forked from extern/egroupware
Fix unable to remove last value from multiselect
This commit is contained in:
parent
6ddf16941f
commit
9cebe6a8fb
@ -213,12 +213,10 @@ class etemplate_widget_menupopup extends etemplate_widget
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (isset($value))
|
|
||||||
{
|
|
||||||
self::set_array($validated, $form_name, $value);
|
self::set_array($validated, $form_name, $value);
|
||||||
//error_log(__METHOD__."() $form_name: ".array2string($value_in).' --> '.array2string($value).', allowed='.array2string($allowed));
|
//error_log(__METHOD__."() $form_name: ".array2string($value_in).' --> '.array2string($value).', allowed='.array2string($allowed));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//error_log($this . "($form_name) is read-only, skipping validate");
|
//error_log($this . "($form_name) is read-only, skipping validate");
|
||||||
|
Loading…
Reference in New Issue
Block a user