- Multipledropdown: fixed problem to see and to save more selected

elements
- Dropdown: reset selected element to null
This commit is contained in:
Paolo
2017-08-03 15:20:32 +02:00
parent 68189bb7a5
commit d7d550d53f
2 changed files with 1148 additions and 1143 deletions
File diff suppressed because it is too large Load Diff
+4
View File
@@ -215,6 +215,10 @@ class UDFWidget extends UDFWidgetTpl
{
$this->_args[DropdownWidget::SELECTED_ELEMENT] = $this->_args[UDFWidgetTpl::UDFS_ARG_NAME][$jsonSchema->{UDFWidget::NAME}];
}
else
{
$this->_args[DropdownWidget::SELECTED_ELEMENT] = null;
}
$dropdownWidgetUDF = new DropdownWidgetUDF($this->_name, $this->_args);
$parameters = array();