Skip to content
Snippets Groups Projects

Master

Merged Patrick Barroca requested to merge master into WIP
Compare and
+ 644
182
Preferences
Compare changes
Files
@@ -94,11 +94,12 @@ class Admin_CmsController extends ZendAfi_Controller_Action {
}
if ($this->_isCategorySaved($category)) {
$this->_redirect(sprintf('admin/cms/index/id_cat/%d', $category->getIdCatMere()));
$this->_redirect(sprintf('admin/cms/index/id_cat/%d', $category->getId()));
return;
}
$this->view->category = $category;
$this->view->id_categorie = (int)$this->_getParam('id');
$this->view->titre = "Ajouter une catégorie d'articles";
}
@@ -116,7 +117,7 @@ class Admin_CmsController extends ZendAfi_Controller_Action {
$this->view->category = $category;
$this->view->combo_cat = $this->view->comboParentCategorie($category);
$this->view->id_categorie = (int)$this->_getParam('id');
$this->view->titre = "Modifier une catégorie d'articles";
}
@@ -224,7 +225,7 @@ class Admin_CmsController extends ZendAfi_Controller_Action {
$this->_redirect('admin/cms');
return;
}
xdebug_break();
$this->_article_old_status = $article->getStatus();
if (null === ($article->getCategorie()->getBib()))
$article->getCategorie()->setBib($this->_bib);