Skip to content

Commit

Permalink
fix: SLA permissions (#34981)
Browse files Browse the repository at this point in the history
(cherry picked from commit ac87179)

# Conflicts:
#	erpnext/support/doctype/service_level_agreement/service_level_agreement.json
  • Loading branch information
ankush authored and mergify[bot] committed Apr 21, 2023
1 parent 9957981 commit c1187be
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,11 @@
}
],
"links": [],
<<<<<<< HEAD
"modified": "2021-07-27 11:16:45.596579",
=======
"modified": "2023-04-21 17:16:56.192560",
>>>>>>> ac871797b2 (fix: SLA permissions (#34981))
"modified_by": "Administrator",
"module": "Support",
"name": "Service Level Agreement",
Expand All @@ -217,19 +221,12 @@
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "All",
"share": 1,
"write": 1
"role": "All"
}
],
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

0 comments on commit c1187be

Please sign in to comment.