Kaynağa Gözat

bugfix: fix allowed_to_switch role name

Olivier Massot 2 yıl önce
ebeveyn
işleme
b78ce95eb7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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