refactor: enhance description for module export filter in Customize Form

This commit is contained in:
KerollesFathy 2025-12-09 11:47:25 +00:00
parent 337a4bcfd2
commit 78e75510cc

View file

@ -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.<br> \
<span class='text-muted'><strong>Note:</strong> You must set the <em>Module (for export)</em> field on Custom Field and Property Setter records before applying this filter.</span>\
<p class='alert alert-warning'> <strong>Warning:</strong> Customizations from other modules will be excluded.</p>\
"
),
default: 0,
},