Skip to content
Snippets Groups Projects
Commit 71f05266 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

fix sql error

parent 0ad6519c
Branches
Tags
5 merge requests!2080Sandbox detach zf from storm,!2061Master,!1989Dev#45275 3155 contractuel application nouvelle methode d edition par lot des articles aux collections,!1968full plugin mod for multiselection,!1959Dev#45275 3155 contractuel application nouvelle methode d edition par lot des articles aux collections
Pipeline #193 failed with stage
in 8 minutes and 18 seconds
......@@ -33,6 +33,10 @@ class ZendAfi_Controller_Plugin_Manager_Manager extends ZendAfi_Controller_Plugi
public function renderHeaderActions() {
if (('add' == $this->_request->getActionName())
|| ('index' == $this->_request->getActionName()))
return '';
if (($model_name = $this->_view->model_name)
&& ($model = $this->_view->$model_name))
return $this->_view
......
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