trabajando en user y groups con el nuevo formato

This commit is contained in:
Jaime Jimenez
2023-05-07 21:16:35 +02:00
parent b7b4821f8a
commit 50e8cb9fd5
41 changed files with 1508 additions and 807 deletions

View File

@ -140,7 +140,6 @@ class LoginAuthFilter implements FilterInterface
'Migrate',
'Test',
'GoBaseController'
];
}
@ -171,7 +170,11 @@ class LoginAuthFilter implements FilterInterface
'__construct',
'validateControllerAccess',
'whiteListController',
'whiteListMethod'
'whiteListMethod',
'allItemsSelect',
'menuItems',
'collect',
'cast',
];
}