Skip to content

Commit

Permalink
fix: add operator-tc to user type transport-manager
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Guimaraes <80750139+gabrielg2020@users.noreply.github.com>
  • Loading branch information
gabrielg2020 committed Oct 2, 2024
1 parent f2d1a92 commit b3e67da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/module/Api/src/Entity/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class User extends AbstractUser implements OrganisationProviderInterface
self::PERMISSION_ADMIN => [RoleEntity::ROLE_OPERATOR_ADMIN],
self::PERMISSION_USER => [RoleEntity::ROLE_OPERATOR_USER],
self::PERMISSION_TM => [RoleEntity::ROLE_OPERATOR_TM],
self::PERMISSION_OPERATOR_TC => [RoleEntity::ROLE_OPERATOR_TC],
],
self::USER_TYPE_PARTNER => [
self::PERMISSION_ADMIN => [RoleEntity::ROLE_PARTNER_ADMIN],
Expand Down

0 comments on commit b3e67da

Please sign in to comment.