Skip to content
Snippets Groups Projects
Commit f16fae3e authored by Alex Arnaud's avatar Alex Arnaud Committed by Patrick Barroca
Browse files

dev #23802 - add option to display hierarchical categories Follow up

parent e438960f
Branches
Tags
3 merge requests!896Master,!846Dev#23802 add sito arborescence,!839Dev#23802 add sito arborescence
......@@ -109,7 +109,7 @@ class Admin_AccueilController extends Zend_Controller_Action {
return;
if ($categories=explode('-',$this->_getParam('id_categorie')))
$this->_setParam('id_categorie',$categories[0]);
$this->_request->setPost('id_categorie',$categories[0]);
}
public function sitothequeAction() {
......@@ -389,7 +389,7 @@ class Admin_AccueilController extends Zend_Controller_Action {
// pour combo des annexes
$this->view->ya_annexes = fetchAll("select count(*) from codif_annexe where invisible=0 order by libelle");
if ($this->_request->isPost())
$this->_updateEtRetour($this->_getAllParams(), $type);
$this->_updateEtRetour($this->_request->getPost(), $type);
}
......
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