Skip to content

Commit

Permalink
Merge pull request #4131 from oat-sa/fix/ADF-1823/missing-allow-trans…
Browse files Browse the repository at this point in the history
…lation-access-admin

fix: add missing access to global manager
  • Loading branch information
gabrielfs7 authored Nov 14, 2024
2 parents 12c0110 + 76b2faf commit a1c35b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
[AccessRule::GRANT, TaoRoles::TAO_MANAGER, ['ext' => 'tao', 'mod' => 'WebService']],
[AccessRule::GRANT, TaoRoles::TAO_MANAGER, ['ext' => 'tao', 'mod' => 'Security']],
[AccessRule::GRANT, TaoRoles::TAO_MANAGER, ['ext' => 'tao', 'mod' => 'WebHooks']],
[AccessRule::GRANT, TaoRoles::GLOBAL_MANAGER, ['ext' => 'tao', 'mod' => 'Translation']],
[AccessRule::GRANT, TaoRoles::BACK_OFFICE, ['ext' => 'tao', 'mod' => 'ClassMetadata']],
[AccessRule::GRANT, TaoRoles::REST_PUBLISHER, ['ext' => 'tao', 'mod' => 'TaskQueue', 'act' => 'get']],
[AccessRule::GRANT, TaoRoles::REST_PUBLISHER, ['ext' => 'tao', 'mod' => 'TaskQueue', 'act' => 'getStatus']],
Expand Down

0 comments on commit a1c35b2

Please sign in to comment.