Skip to content
Snippets Groups Projects

dev#203399 : add libraries multi-select element in profiles

All threads resolved!
Compare and Show latest version
3 files
+ 3
4
Preferences
Compare changes
Files
3
@@ -60,7 +60,7 @@ class Admin_ModulesController extends ZendAfi_Controller_Action {
ZendAfi_View_Helper_Accueil_Base::getComboTemplates($this->preferences['boite'],
$this->profil);
$this->view->id_profil = $this->profil->getId();
$this->view->id_bib = $this->profil->getIdSite();
$this->view->id_bibs = $this->profil->getLibraryIds();
$this->view->action = $this->_getParam('type_module').'_'.$this->_getParam('action1');
}