Skip to content

Commit

Permalink
Update demo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-luo authored Jun 24, 2024
1 parent 5c526ba commit a4994c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-hrm-form/src/permissions/demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"editIncident": [["isSupervisor"]],
"addDocument": [["isSupervisor"], ["isCreator", "isCaseOpen"]],
"editDocument": [["isSupervisor"]],
"editCaseOverview": [["isSupervisor"], ["isCreator", "isCaseOpen"]],
"editCaseOverview": [["isSupervisor"], ["isCreator", "isCaseOpen"], ["isCaseContactOwner", "isCaseOpen"]],
"updateCaseContacts": [["isSupervisor"], ["isCaseOpen"]],

"viewContact": [["everyone"]],
Expand Down

0 comments on commit a4994c9

Please sign in to comment.