fix: SLA permissions (backport #34981) (#34986)

fix: SLA permissions (#34981)

(cherry picked from commit ac871797b2)

Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
mergify[bot]
2023-04-21 21:13:38 +05:30
committed by GitHub
parent 6e03c09017
commit 83a1b836f9

View File

@@ -192,7 +192,7 @@
} }
], ],
"links": [], "links": [],
"modified": "2021-11-26 15:45:33.289911", "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",
@@ -212,19 +212,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
} }