Corentin Forler

Results 43 issues of Corentin Forler

* In the editor, preview `HTML` controls by rendering the HTML value from the `options` field. * In the editor, use the standard (vanilla JS) number controls when rendering for...

When saving a Report from the Report View (aka Report Builder), the sort_by fieldname was not serialized such that the SortSelector could not parse it correctly. Indeed, the `get_sql_string` function...

### Information about bug If `create_pr_in_draft_status` is **_no_** which is the default, the `ignore_permissions` flag is not set on the PR, making it impossible for Guest to submit it. https://github.com/frappe/erpnext/blob/ca2fde891ec32b162f6b6c33d9ff10b60e4ca57c/erpnext/accounts/doctype/payment_request/payment_request.py#L528-L531...

bug

end_date is of type Datetime | Date

needs-tests
inactive

## After ![a](https://github.com/user-attachments/assets/9b0dcb3e-5956-4b20-83f5-a5933451ccdb) ## Before ![b](https://github.com/user-attachments/assets/0624ffa9-f9a1-4d45-89a3-783581923864)

Because without this attribute, buttons have type=submit which is awful in both UX for the blind, could lead to unintentional form submission, and is bad DX for devs (you have...

Server: Hetzner AX51 (root serv) Ubuntu 20 base Noticed builds failing for some reason: ``` [email protected] ~ # docker buildx docker: 'buildx' is not a docker command. See 'docker --help'...

# Don't hardcode endpoint and region for S3 buckets There were many references to the `ap-south-1` region and a global implicit reference to AWS. This PR contains refactors of the...