Skip to content

Commit

Permalink
fix: read perms to bulkjob/bulkbatch for studio standard profile (#4556)
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg authored Feb 4, 2025
1 parent 5369694 commit a54a0e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/apps/uesio/studio/bundle/permissionsets/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,10 @@ collections:
uesio/core.signupmethod: true
uesio/core.configvalue: true
uesio/core.secret: true
uesio/core.bulkjob: true
uesio/core.bulkjob:
read: true # TODO: Remove/adjust once https://github.com/ues-io/uesio/issues/4554 is addressed
uesio/core.bulkbatch:
read: true # TODO: Remove/adjust once https://github.com/ues-io/uesio/issues/4554 is addressed
uesio/studio.app: true
uesio/studio.bot: true
uesio/studio.bundledependency: true
Expand Down

0 comments on commit a54a0e8

Please sign in to comment.