diff --git a/frappe/email/doctype/notification/notification.json b/frappe/email/doctype/notification/notification.json index b51d884859..e17658c0de 100644 --- a/frappe/email/doctype/notification/notification.json +++ b/frappe/email/doctype/notification/notification.json @@ -76,7 +76,7 @@ }, { "depends_on": "eval:doc.channel=='Slack'", - "description": "To use Slack Channel, add a Slack Webhook URL.", + "description": "To use Slack Channel, add a Slack Webhook URL.", "fieldname": "slack_webhook_url", "fieldtype": "Link", "label": "Slack Channel", @@ -135,7 +135,7 @@ "fieldtype": "Select", "in_list_view": 1, "label": "Send Alert On", - "options": "\nNew\nSave\nSubmit\nCancel\nDays After\nDays Before\nMinutes After\nMinutes Before\nValue Change\nMethod\nCustom", + "options": "\nNew\nSave\nSubmit\nCancel\nDays After\nDays Before\nMinutes After\nMinutes Before\nValue Change\nMethod", "reqd": 1, "search_index": 1 }, @@ -363,7 +363,7 @@ "icon": "fa fa-envelope", "index_web_pages_for_search": 1, "links": [], - "modified": "2025-10-21 23:14:52.345857", + "modified": "2026-02-19 18:07:15.888314", "modified_by": "Administrator", "module": "Email", "name": "Notification", diff --git a/frappe/email/doctype/notification/notification.py b/frappe/email/doctype/notification/notification.py index c45ba3a3d7..875796c395 100644 --- a/frappe/email/doctype/notification/notification.py +++ b/frappe/email/doctype/notification/notification.py @@ -57,7 +57,6 @@ class Notification(Document): "Minutes Before", "Value Change", "Method", - "Custom", ] filters: DF.Code | None from_attach_field: DF.Literal[None]