mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Pass custom filter attributes along
Fixes Status filter shows all possible values
This commit is contained in:
parent
690e89157e
commit
479c90dc33
@ -52,6 +52,7 @@ class Customfilter extends Widget\Transformer
|
||||
$expanded_child = self::factory($this->attrs['type'], false, $this->id);
|
||||
$expanded_child->id = $this->id;
|
||||
$expanded_child->type = $this->attrs['type'];
|
||||
$expanded_child->attrs = $this->attrs;
|
||||
$expanded_child->run('beforeSendToClient', array($cname, $expand));
|
||||
$widget_type = $expanded_child->attrs['type'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user