Skip to content
Snippets Groups Projects
Commit 57ebd5f7 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #14218 : enable multiselect on DomainSelect widget

parent ac485cf3
Branches
Tags
3 merge requests!390Dev #14218 add custom fields to articles,!386Dev #14218 add custom fields to articles,!385Dev #14218 add custom fields to articles
......@@ -26,7 +26,6 @@ class ZendAfi_Form_Decorator_DomainSelect extends Zend_Form_Decorator_Abstract {
return $this->_element
->getView()
->getHelper('TreeSelect')
->disableMultipleSelection()
->treeSelect('',
$this->_element->getValue(),
true,
......
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