Corentin Forler

Results 21 issues of Corentin Forler

This PR adds an optional parameter to the `surf` command. This allows you to open cartridges directly from the *Console*, using their unique identifier (numeric id or hash). **TODO** -...

Only for desk, partially addresses the issue #24423. Client fetches the translations when `frappe.boot.translations_hash` is different from `localStorage.getItem("translations_hash")`. What is fetched is a dict like: ```python { "hash": "cf90...6c6", "translations":...

hotfix

Use `replaceState` instead of `pushState` to avoid breaking the browser's Back navigation button. This is done using the `frappe.route_flags.replace_route` flag. When going back, the calendar view did immediately push a...

When `txt` is `None`, then it was sent in the template-compiled list.js as the value `"None"`, which obviously cannot be found in the documents, thus breaking the More button shown...

I think there are some issues when trying to take a picture in the file upload dialog on iOS. I don't have an iOS device to check, but this bit...

Makes it possible to enforce samesite=Strict instead of Lax. https://github.com/frappe/frappe/blob/4e1ed2908c7bd9f5c6b724f3af0d26837ece87e6/frappe/auth.py#L363

feature-request

See https://stackoverflow.com/a/53050962 - [ ] _doc_before_save: Optional[T] - [ ] get_latest() -> Optional[T] - [ ] get_doc_before_save() -> Optional[T] - [ ] load_doc_before_save() -> Optional[T]

feature-request

Not sure about the filters and the copyright notice. > no-docs

As mentioned in #369 #511 #533 https://github.com/frappe/hrms/issues/798#issuecomment-1685248970, installing HRMS is not possible if the server is not running, contrary to the other apps. This might (and actually does) lead to...

needs-tests