Explorar o código

bugfix: fix allowed_to_switch role name

Olivier Massot %!s(int64=2) %!d(string=hai) anos
pai
achega
b78ce95eb7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/packages/security.yaml

+ 1 - 1
config/packages/security.yaml

@@ -3,7 +3,7 @@ imports:
 
 security:
     role_hierarchy:
-        ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE-ALLOWED-TO-SWITCH, ROLE_TIPS, ROLE_NETWORK]
+        ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH, ROLE_TIPS, ROLE_NETWORK]
 
         BASE_ROLE_ADMINISTRATION_CORE : &BASE_ROLE_ADMINISTRATION_CORE
             - ROLE_MEMBER_CORE