Skip to content

Commit

Permalink
Merge pull request #97 from nilpatel42/master
Browse files Browse the repository at this point in the history
Whatsapp Notification ID Improvement
  • Loading branch information
shridarpatil authored Sep 9, 2024
2 parents d4e235b + d5b5514 commit 240f99c
Showing 1 changed file with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"actions": [],
"autoname": "format:{WN}-{####}",
"allow_rename": 1,
"autoname": "field:notification_name",
"creation": "2022-10-27 22:04:58.515829",
"doctype": "DocType",
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"notification_name",
"notification_type",
"reference_doctype",
"field_name",
Expand Down Expand Up @@ -181,15 +183,24 @@
"fieldtype": "Select",
"label": "Reference Date",
"mandatory_depends_on": "eval:doc.doctype_event==='Days Before' || doc.doctype_event==='Days After'"
},
{
"fieldname": "notification_name",
"fieldtype": "Data",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Notification Name",
"reqd": 1,
"unique": 1
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-08-11 20:11:35.462365",
"modified": "2024-08-24 13:53:36.666204",
"modified_by": "Administrator",
"module": "Frappe Whatsapp",
"name": "WhatsApp Notification",
"naming_rule": "Expression",
"naming_rule": "By fieldname",
"owner": "Administrator",
"permissions": [
{
Expand Down

0 comments on commit 240f99c

Please sign in to comment.