mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 18:59:05 +02:00
FormDataFilter: use correct view helper for...
...ExtensibleSet - this affects assign filters involving arrays fixes #1068
This commit is contained in:
parent
24173de3ca
commit
3c72cb9062
@ -220,7 +220,7 @@ class Zend_View_Helper_FormDataFilter extends Zend_View_Helper_FormElement
|
|||||||
{
|
{
|
||||||
$value = $filter === null ? '' : $filter->getExpression();
|
$value = $filter === null ? '' : $filter->getExpression();
|
||||||
if (is_array($value)) {
|
if (is_array($value)) {
|
||||||
return $this->view->formExtensibleSet(
|
return $this->view->formIplExtensibleSet(
|
||||||
$this->elementId('value', $filter),
|
$this->elementId('value', $filter),
|
||||||
$value
|
$value
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user