fix: only allow system manager to create email templates

This commit is contained in:
Sagar Vora 2023-01-02 15:30:09 +05:30
parent 2937b09a22
commit 81066d7562

View file

@ -57,18 +57,16 @@
],
"icon": "fa fa-comment",
"links": [],
"modified": "2022-01-04 14:12:50.321633",
"modified": "2023-01-02 03:56:48.437280",
"modified_by": "Administrator",
"module": "Email",
"name": "Email Template",
"naming_rule": "Set by user",
"owner": "Administrator",
"permissions": [
{
"create": 1,
"read": 1,
"role": "All",
"share": 1,
"write": 1
"role": "All"
},
{
"create": 1,
@ -85,5 +83,6 @@
],
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}