Skip to content

Commit

Permalink
fix: add cohortdefinition:*:copy:get permisstion to role 15
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Jun 14, 2024
1 parent 8c9caf9 commit 0b23102
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ SELECT DISTINCT 15 role_id, permission_id
'tag:multiUnassign:post',
'tag:post',
'tag:search:get',
'cohortdefinition:*:exists:get' -- weird one...but is needed / used by ui before saving a new cohort....
'cohortdefinition:*:exists:get', -- weird one...but is needed / used by ui before saving a new cohort....
'cohortdefinition:*:copy:get' -- another weird one...but is needed / used by ui for copying a new cohort....
)
;

0 comments on commit 0b23102

Please sign in to comment.