diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index 85df087668..8ad40cf11c 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -94,7 +94,8 @@ frappe.ui.form.on("Customize Form", { sync_on_migrate: data.sync_on_migrate } }); - }); + }, + __("Select Module")); }); } } diff --git a/frappe/email/doctype/email_alert/email_alert.json b/frappe/email/doctype/email_alert/email_alert.json index 63dc0b2815..6b34548265 100755 --- a/frappe/email/doctype/email_alert/email_alert.json +++ b/frappe/email/doctype/email_alert/email_alert.json @@ -25,6 +25,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "label": "Enabled", "length": 0, "no_copy": 0, @@ -50,6 +51,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "label": "Filters", "length": 0, "no_copy": 0, @@ -76,6 +78,7 @@ "ignore_xss_filter": 1, "in_filter": 0, "in_list_view": 1, + "in_standard_filter": 0, "label": "Subject", "length": 0, "no_copy": 0, @@ -101,6 +104,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, + "in_standard_filter": 1, "label": "Document Type", "length": 0, "no_copy": 0, @@ -127,6 +131,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "label": "Is Standard", "length": 0, "no_copy": 0, @@ -154,6 +159,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 1, "label": "Module", "length": 0, "no_copy": 0, @@ -181,6 +187,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "length": 0, "no_copy": 0, "permlevel": 0, @@ -206,6 +213,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, + "in_standard_filter": 0, "label": "Send Alert On", "length": 0, "no_copy": 0, @@ -234,6 +242,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "label": "Trigger Method", "length": 0, "no_copy": 0, @@ -262,6 +271,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "label": "Reference Date", "length": 0, "no_copy": 0, @@ -290,6 +300,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "label": "Days Before or After", "length": 0, "no_copy": 0, @@ -317,6 +328,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "label": "Value Changed", "length": 0, "no_copy": 0, @@ -342,6 +354,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "length": 0, "no_copy": 0, "permlevel": 0, @@ -369,6 +382,7 @@ "ignore_xss_filter": 1, "in_filter": 0, "in_list_view": 1, + "in_standard_filter": 0, "label": "Condition", "length": 0, "no_copy": 0, @@ -394,6 +408,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "length": 0, "no_copy": 0, "permlevel": 0, @@ -418,6 +433,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, + "in_standard_filter": 0, "length": 0, "no_copy": 0, "options": "
Condition Examples:
\ndoc.status==\"Open\"\ndoc.due_date==nowdate()\ndoc.total > 40000\n\n
Hints:
\n- {{ _("Dont have an account? ") }} {{ _("Sign up.") }} + {{ _("Dont have an account? ") }} {{ _("Sign up.") }}
{%- endif -%}