Raffael Meyer

Results 108 issues of Raffael Meyer

All translations should be of structure `source string,translated string,context` - remove leading "DocType: XXX", if any - remove leading path and line number, if any - remove leading comma, if...

Previously, all forms containing `address_html` and `contact_html` fields had to set `frappe.dynamic_link = {doc: frm.doc, fieldname: 'name', doctype: frm.doctype}` in order to link the current form in a newly created...

Please merge #20319 first, then rebase this PR. ✅ Continuing the above PR, this one - refactors`get_contact_list` to get rid of the raw SQL query, - uses more accurate matching...

squash
backport version-14-hotfix

Assume a user has read permissions on **Customer**, but not on **Address**. When they try to open the customer form view, they'll get an error like "Address not permitted". With...

backport version-13-hotfix
backport version-14-hotfix

For _Select_ fields, sort options by translated label. For example, selecting a field type with language set to German: ### Before ![before](https://user-images.githubusercontent.com/14891507/235135615-1746f312-c522-488b-8ca4-fe57a29a8876.png) ### After ![after](https://user-images.githubusercontent.com/14891507/235135165-da519929-23a2-44fa-ac27-ff66cfcb87d9.png) This makes it much easier...

backport version-14-hotfix

### Role: System Manager ![admin_list](https://user-images.githubusercontent.com/14891507/208681464-ff2c4c24-f2ed-4d73-85aa-40acc216c3c7.png) https://user-images.githubusercontent.com/14891507/208681483-6fcee4f6-ebdf-4b19-9af2-3285b2884414.mov ### Role: All ![all_list](https://user-images.githubusercontent.com/14891507/208681516-d8880c49-69cb-48e0-b16b-577cf3e01655.png) https://user-images.githubusercontent.com/14891507/208681653-2aec5d6c-7c1c-4709-a56e-08b89e929864.mov ### Tests Unfortunately, many test cases use the **Note** doctype. For example, for testing assignment rules or CRUD via...

hotfix
squash

## Description of the issue Link field does not work if user has only the "select" permission ## Context information (for bug reports) Frappe develop branch (v15) ## Steps to...

bug

The frontend helper method `get_address_display` was part of erpnext only. I think this should be a part of the framework. After this is merged, we can start to replace and...

backport version-14-hotfix

Imagine we have a list of 100 entries in a category, with a page length of 10. Currently, we can only apply filters to the 10 visible entries. What I...

enhancement

It would be nice to have the option to show a thumbnail for each entry. I thought I could easily customize this by modifying the `template.html`. Unfortunately, the `Entry` class...