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

fix test failure in article category

parent f8fb4dd4
Branches
Tags
5 merge requests!2080Sandbox detach zf from storm,!2061Master,!1989Dev#45275 3155 contractuel application nouvelle methode d edition par lot des articles aux collections,!1968full plugin mod for multiselection,!1959Dev#45275 3155 contractuel application nouvelle methode d edition par lot des articles aux collections
Pipeline #132 canceled with stage
in 3 minutes and 21 seconds
......@@ -79,10 +79,10 @@ class ZendAfi_Controller_Plugin_Manager_ArticleCategory extends ZendAfi_Controll
$this->_handleBibFor($model);
if (Class_Users::getIdentity()->isRoleMoreThanModoPortail())
$this->view->permissions = $this->view
$this->_view->permissions = $this->_view
->groupsPermissions($model,
Class_Permission::getCmsPermissions(),
$this->view->url(['module' => 'admin',
$this->_view->url(['module' => 'admin',
'controller' => 'cms-category',
'action' => 'permissions',
'id' => $model->getId()],
......
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