mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
If processing a filter widget twice for some reason, don't exit early or sel_options might be missing.
This commit is contained in:
parent
a5b9173fc9
commit
8673bad279
@ -40,8 +40,8 @@ class importexport_widget_filter extends etemplate_widget_transformer
|
||||
$form_name = self::form_name($cname, $this->id);
|
||||
if($this->getElementAttribute($form_name, 'customfields'))
|
||||
{
|
||||
// Already done?
|
||||
return;
|
||||
// Already done? Still need to process, or sel_options may be missing
|
||||
unset(self::$request->modifications[$form_name]);
|
||||
}
|
||||
$value =& self::get_array(self::$request->content, $form_name, true);
|
||||
$fields = $value['fields'];
|
||||
|
Loading…
Reference in New Issue
Block a user