mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
- Multipledropdown: fixed problem to see and to save more selected
elements - Dropdown: reset selected element to null
This commit is contained in:
+1144
-1143
File diff suppressed because it is too large
Load Diff
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user