Raffael Meyer

Results 108 issues of Raffael Meyer

The sidebar is part of the page, which is created before the view. Hiding the sidebar should not be the responsibility of the view. E.g. because it causes flickers due...

backport version-15-hotfix

## Description of the issue Under some circumstances, received emails can end up in the email queue. We were not yet able to reproduce this exactly. But it is frequently...

bug

### Information about bug Screenshots that are added to a ticket become publicly available, only limited by the knowledge of a fairly short ID. This is a no-go, IMHO, because...

bug

New rule to catch cases like https://github.com/frappe/frappe/pull/32178/files#r2054265687

Add a new DocType to capture the most relevant data of an employment contract. When changes to the contract occur, we can use cancel + amend to update the contract...

So far, users had to express the conditions for triggering a **Notification** in Python code. This PR adds the `FilterGroup` UI to **Notification**, so that less technical users can set...

In the "Update Items" dialog, we want to figure out which row to update with new item details. Filtering by `row.idx` is unreliable, it is managed by the grid and...

depends-on-frappe
defer backport

Currently it's hardcoded to 30s. However, some use-cases take significantly longer (166 pages -> ~50 seconds). Also, the queue could be made configurable. In **PDF on Submit Settings**, add fields...

Marked above is the part of the link field dropdown showing the applied filters. Before, this element behaved like a normal option: it showed a "pointer" cursor and closed the...

Issues: - `FieldGroup` did not get the `dirty` flag when a field was cleared. - Constant wait of 100 ms seems unnecessary, we can replace it with "after 100ms of...

backport version-15-hotfix