Skip to content
Snippets Groups Projects

Stable

Merged efalcy requested to merge stable into form_custom_fields_refacto
Compare and
+ 1195
873
Preferences
Compare changes
Files
@@ -33,7 +33,8 @@ class Admin_CmsController extends ZendAfi_Controller_Action {
'successful_add' => $this->_('L\'article "%s" a été sauvegardé'),
'successful_delete' => $this->_('Article "%s" supprimé')],
'actions' => ['add' => ['title' => $this->_("Ajouter un article")]]];
'actions' => ['add' => ['title' => $this->_("Ajouter un article")]],
'after_edit' => function ($model) { $model->index(); }];
}
@@ -47,11 +48,6 @@ class Admin_CmsController extends ZendAfi_Controller_Action {
}
protected function _postEditAction($article) {
$article->index();
}
protected function _getBibs() {
if (0 != $this->_bib->getId())
return [$this->_bib];