Skip to content
Snippets Groups Projects

Rd #14085 pnb

Closed Laurent requested to merge rd_#14085_pnb into master
Compare and
+ 1081
162
Preferences
Compare changes
Files
@@ -25,6 +25,7 @@ class Admin_AlbumController extends ZendAfi_Controller_Action {
'controller' => 'album'];
public function init() {
parent::init();
$this->view->titre = 'Collections';
Class_ScriptLoader::getInstance()
@@ -37,8 +38,8 @@ class Admin_AlbumController extends ZendAfi_Controller_Action {
$categories []= Class_AlbumCategorie::defaultCategory()
->setAlbums(Class_Album::findAllBy(['cat_id' => 0]));
$this->view->categories = [['bib' => Class_Bib::getPortail(),
'containers' => $categories]];
$this->view->categories = [ [ 'bib' => Class_Bib::getPortail(),
'containers' => $categories]];
$this->view->containersActions = $this->_getTreeViewContainerActions();
$this->view->itemsActions = $this->_getTreeViewItemActions();
$this->view->headScript()->appendScript('var treeViewSelectedCategory = '