Pass custom filter attributes along

Fixes Status filter shows all possible values
This commit is contained in:
nathan 2022-10-07 16:24:42 -06:00
parent 690e89157e
commit 479c90dc33

View File

@ -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'];
}