Skip to content

Commit

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

0 comments on commit 5d153d5

Please sign in to comment.