Skip to content

Commit

Permalink
UIU-2563 immutable permission is necessary to manipulate sets (#2102)
Browse files Browse the repository at this point in the history
Manipulating run-time (mutable) sets composed of build-time (immutable)
permissions requires (drumroll) permission to manage immutable
permissions.

Refs UIU-2563
  • Loading branch information
zburke authored and mkuklis committed Apr 12, 2022
1 parent 69e2b80 commit e0e7789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"perms.permissions.item.post",
"perms.permissions.item.delete",
"settings.users.enabled",
"perms.users.assign.immutable",
"perms.users.assign.mutable"
],
"visible": true
Expand Down

0 comments on commit e0e7789

Please sign in to comment.