Skip to content
Snippets Groups Projects
Commit 4799c90e authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #79082 fix rt comment on rights

parent 06e2df69
6 merge requests!2890Master,!2889Master,!2888Master,!2887Master,!2878Dev#79082 explo amelioration du force https,!2873Dev#79082 explo amelioration du force https
Pipeline #5281 failed with stage
in 54 minutes and 32 seconds
......@@ -92,6 +92,7 @@ class ZendAfi_Acl_AdminControllerRoles extends Zend_Acl {
$this->add(new Zend_Acl_Resource('systeme'));
$this->add(new Zend_Acl_Resource('batch'));
$this->add(new Zend_Acl_Resource('file-manager'));
$this->add(new Zend_Acl_Resource('url-manager'));
$this->add(new Zend_Acl_Resource('search-form'));
$codifications = ['codification-browser',
......@@ -167,6 +168,7 @@ class ZendAfi_Acl_AdminControllerRoles extends Zend_Acl {
$this->allow('admin_bib','menus');
$this->allow('admin_bib','external-agendas');
$this->allow('admin_bib','search-form');
$this->allow('admin_bib','url-manager');
foreach($codifications as $controller)
$this->allow('admin_bib', $controller);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment