Implementado control de permiso de borrado

This commit is contained in:
Ignacio Martinez Navajas
2025-07-19 21:54:09 +02:00
parent 1d7f2e044f
commit e3c4cf48ed
21 changed files with 57 additions and 6 deletions

View File

@ -21,6 +21,8 @@ class Group extends \App\Controllers\GoBaseController
protected $indexRoute = 'userGroupList';
protected $deletePermission = 'roles-permisos.delete';
public function initController(\CodeIgniter\HTTP\RequestInterface $request, \CodeIgniter\HTTP\ResponseInterface $response, \Psr\Log\LoggerInterface $logger)
{
self::$viewPath = getenv('theme.path') . 'form/group/';