Merge pull request #34990 from frappe/mergify/bp/version-13-hotfix/pr-34981

fix: SLA permissions (backport #34981)
This commit is contained in:
Sagar Sharma
2023-04-22 10:31:41 +05:30
committed by GitHub

View File

@@ -198,7 +198,7 @@
} }
], ],
"links": [], "links": [],
"modified": "2021-07-27 11:16:45.596579", "modified": "2023-04-21 17:16:56.192560",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Service Level Agreement", "name": "Service Level Agreement",
@@ -217,19 +217,12 @@
"write": 1 "write": 1
}, },
{ {
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1, "read": 1,
"report": 1, "role": "All"
"role": "All",
"share": 1,
"write": 1
} }
], ],
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [],
"track_changes": 1 "track_changes": 1
} }