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

allow multiple selection widget in index and edit-multiple actions

parent 6aa59e57
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 #191 passed with stage
in 3 minutes and 51 seconds
......@@ -146,7 +146,11 @@ abstract class ZendAfi_Controller_Plugin_MultiSelection_Abstract extends ZendAfi
public function render() {
return $this->_view->Plugin_MultiSelection_Widget($this->_multi_selection);
if (('index' == $this->_request->getActionName())
|| ('edit-multiple' == $this->_request->getActionName()))
return $this->_view->Plugin_MultiSelection_Widget($this->_multi_selection);
return '';
}
......
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