Commit graph

793 commits

Author SHA1 Message Date
Ejaaz Khan
ebdd472ba6
Merge pull request #38880 from Abdeali099/delete-property-setters
feat: Add bulk delete utility for property setters
2026-04-27 21:59:46 +05:30
Ejaaz Khan
e13017794b
Merge pull request #38523 from frappe/38448-property-to-include-fields-in-default-import-template
feat: property to include fields in default import template
2026-04-27 14:55:38 +05:30
Abdeali Chharchhoda
8d328e2f94 refactor: Simplify property setter deletion logic and enforce required fields 2026-04-27 10:43:24 +05:30
Sumit Jain
440c94ff9e feat(customize_form): add 'in_import_template' field option to customize form and field 2026-04-27 10:43:04 +05:30
Abdeali Chharchhoda
fdf74f32b9 test: Add test for bulk deletion of property setters 2026-04-24 18:32:58 +05:30
Abdeali Chharchhoda
2de9ecc033 refactor: Add bulk delete utility for property setters 2026-04-24 18:32:41 +05:30
Sumit Jain
299a15652f feat(customize_form): add 'Allow Bulk Edit' option for child table fields 2026-04-24 16:53:43 +05:30
Abdeali Chharchhoda
1d571827cf chore: clear cache after deleting custom fields 2026-04-24 12:01:34 +05:30
Abdeali Chharchhoda
9a75ff6fd3 test: enhance delete_custom_fields test to cover multiple deletion methods 2026-04-23 11:26:47 +05:30
Abdeali Chharchhoda
7fd4451e96 refactor: enhance delete_custom_fields function to support bypassing hooks 2026-04-23 10:51:52 +05:30
Abdeali Chharchhoda
a0240a3d18 chore: minor fix 2026-04-21 18:33:46 +05:30
Abdeali Chharchhoda
0ed3651767 test: add test for delete_custom_fields function 2026-04-21 18:21:00 +05:30
Abdeali Chharchhoda
eb8e683c26 feat: add delete_custom_fields function to remove custom fields from doctypes 2026-04-21 18:20:16 +05:30
Ejaaz Khan
d86f6f6099
Merge pull request #38617 from imgullu786/fix/list-view-child-table
fix: use proper list view validation in customize form
2026-04-15 11:16:12 +05:30
Md Gulam Gaush
fd94dc5333 fix: use proper list view validation in customize form 2026-04-15 08:33:11 +05:30
ruthra kumar
d443a80ad4 fix(customize form): prevent setting standard fields as virtual 2026-04-14 11:24:43 +05:30
Ejaaz Khan
61e5378469
Merge pull request #38176 from UmakanthKaspa/fix-set-only-once-in-customize-form
fix: add `set_only_once` property to custom field and customize form
2026-03-25 01:53:53 +05:30
UmakanthKaspa
22a8d8dd66 fix: add set_only_once property to custom field and customize form 2026-03-23 00:14:10 +05:30
Hussain Nagaria
f4e3643f74 fix(CustomizeForm): don't show view list button for Child tables 2026-03-19 11:45:09 +05:30
Hussain Nagaria
ffdf22065e fix: use .catch instead of second argument to then 2026-03-09 11:12:16 +05:30
Kaushal Shriwas
bd672ddc37 fix: clear localStorage on error in customize form 2026-03-04 23:06:26 +05:30
Kaushal Shriwas
b0db399677 feat: expose hide_toolbar in Customize Form 2026-03-03 20:10:56 +05:30
Aarol D'Souza
9eef4f6dae
fix: force type check in whitelisted methods (#37044)
* fix(contact): force type check in contact whitelisted methods

* fix(google_indexing): force type check in google_indexing whitelisted methods

* fix(assignment_rule): add type checks to assignment_rule whitelisted methods

* refactor: remove unused args

* fix(queue): add type hints to whitelisted methods in queue.py

* fix(auto_email_report): add type hints to whitelisted methods

* fix(dashboard): add type hints to whitelisted methods

* fix(sidebar_item_group): add type hints to whitelisted methods

* fix(weasyprint): add type hints to whitelisted methods

* fix(backups): add type hints to whitelisted methods

* fix(document_naming_settings): add type hints to whitelisted methods

* fix(get_latest_submissions): add type hints to whitelisted methods

* fix(custom_field): add type hints to whitelisted methods

* fix(customize_form): add type hints to whitelisted methods

* fix(personal_data_deletion_request): add type hints to whitelisted functions

* fix(__init__): add type hints to whitelisted methods

* fix(prepared_report): add type hints to whitelisted methods

* fix(session_default_settings): add type hints to whitelisted methods

* fix(document_follow): add type hints to whitelisted methods

* fix(route_history): add type hints to whitelisted methods

* fix(form_tour): add type hints to whitelisted methods

* fix(dashboard_settings): add type hints to whitelisted methods

* fix(address): add type hints to whitelisted methods

* fix(contact): add type hints to whitelisted methods

* fix(discussion_reply): add type hints to whitelisted methods

* fix(auto_repeat): add type hints to whitelisted methods

* fix: add the missing type hints and misc. corrections

* fix(email): add type hints to whitelisted methods

* fix(permitted_documents_for_users): add type hints to whitelisted methods

* fix: correct the type hints

* fix: int PK types

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-17 15:16:30 +00:00
Soham Kulkarni
17d0d30304
Merge pull request #35761 from KAVIRAJ0712/fix-client-script 2026-02-01 21:34:00 +05:30
Kaviraj
fb9e1d3f4d fix: model based fetch 2026-01-27 09:35:01 +05:30
Kaviraj
60af994596 fix(client-script): fix redirect issue in single doctype 2026-01-26 22:42:39 +05:30
Kaviraj
9fcaaa97b0 fix(client-script): fix redirect issue in single doctype 2026-01-19 11:03:56 +05:30
git-avc
75b4366325 fix: let's alignment on customize form 2026-01-19 00:07:22 +01:00
KerollesFathy
664417eab9 refactor: remove description from options field 2025-12-30 17:10:55 +00:00
KerollesFathy
4879ff0454 fix: update description for options field in DocField and Customize Form Field 2025-12-30 17:09:48 +00:00
ishtiyak
326e8cb392 feat: Add mask checkbox in customize doctype property 2025-12-23 23:47:49 +05:30
Ejaaz Khan
f09dc7cc07
Merge pull request #34563 from KerollesFathy/ft/add-apply-module-export-filter-on-export-customization
feat: Add Apply Module Export Filter on Export Customization Dialog
2025-12-23 22:16:00 +05:30
Shariq Ansari
950f25dc01
Merge pull request #34770 from shariquerik/event-notifications 2025-12-22 01:54:50 -08:00
sokumon
dd2dc053ca chore: more renames to /desk 2025-12-18 20:45:04 +05:30
K
01ff456d48
fix: link field virtual property (#35208) 2025-12-13 15:46:37 +05:30
Abdeali Chharchhodawala
39b30e0912
refactor: Hide Rename fieldname custom button (#34982) 2025-12-10 17:01:40 +05:30
KerollesFathy
e5a237fc9d refactor: make description on single one line 2025-12-09 12:50:21 +00:00
KerollesFathy
78e75510cc refactor: enhance description for module export filter in Customize Form 2025-12-09 11:47:25 +00:00
Pugazhendhi Velu
e6ebd6ec15 feat: add color property to button field 2025-12-04 16:59:33 +00:00
Akhil Narang
81575386c9
fix: use proper ifnull filter
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-20 17:33:07 +05:30
KerollesFathy
c56a725b53 Merge branch 'develop' of https://github.com/frappe/frappe into ft/add-apply-module-export-filter-on-export-customization 2025-11-19 16:56:46 +00:00
Akhil Narang
7ad6f7e2c6
refactor: ensure no meta recursion
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-19 21:15:58 +05:30
Akhil Narang
7183caf871
fix(query_builder): default sorting based on doctype meta
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-19 21:15:57 +05:30
shariquerik
c517025d07 test: update expected field count in Event customization test 2025-11-19 17:22:17 +05:30
sokumon
fa4e826411 chore: rename app to desk in ui tests 2025-11-14 23:05:13 +05:30
sokumon
49714e916f chore: rename from app to desk 2025-11-14 23:05:13 +05:30
KerollesFathy
39b523ea96 feat: add check to apply module export filter in Export Customizations dialog 2025-11-01 21:41:49 +00:00
Sanket Shah
3914891ebe
fix: increase label field length to 255 chars (#34394)
* fix: increase label field length to 255 chars

Some doc field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.

* fix: increase label field length to 255 chars

Some customize form field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.
2025-10-28 17:06:24 +05:30
Sanket Shah
eacfe974c7
fix: increase label field length to 255 chars
Some custom field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.
2025-10-10 11:19:24 +05:30
Rahul Agrawal
9e5e5ca1ea feat: add Make 'name' searchable in Global Search in custom form 2025-09-26 16:51:18 +05:30