From 78e75510cc15db6c3f604f81c9261f1ae96d5776 Mon Sep 17 00:00:00 2001 From: KerollesFathy Date: Tue, 9 Dec 2025 11:47:25 +0000 Subject: [PATCH] refactor: enhance description for module export filter in Customize Form --- frappe/custom/doctype/customize_form/customize_form.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index 5d6b2ace2e..ed8f412d16 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -270,7 +270,10 @@ frappe.ui.form.on("Customize Form", { fieldname: "apply_module_export_filter", label: __("Apply Module Export Filter"), description: __( - "Apply Module (for export) filter while exporting customizations." + "Export only customizations assigned to the selected module.
\ + Note: You must set the Module (for export) field on Custom Field and Property Setter records before applying this filter.\ +

Warning: Customizations from other modules will be excluded.

\ + " ), default: 0, },