Ver código fonte

Fixed permissions when setting role for the security handler (#4221)

Jordi 8 anos atrás
pai
commit
acb3ad3fa7
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      DependencyInjection/SonataAdminExtension.php

+ 1 - 2
DependencyInjection/SonataAdminExtension.php

@@ -111,8 +111,7 @@ class SonataAdminExtension extends Extension implements PrependExtensionInterfac
                         'VIEW' => array('VIEW'),
                         'DELETE' => array('DELETE'),
                         'EXPORT' => array('EXPORT'),
-                        'OPERATOR' => array('OPERATOR'),
-                        'MASTER' => array('MASTER'),
+                        'ALL' => array('ALL'),
                     );
                 }
                 break;