mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-19 16:58:11 +02:00
FormDataFilter: re-introduce suggestions
This commit is contained in:
parent
84b56da899
commit
719bd3646d
@ -351,6 +351,17 @@ class Zend_View_Helper_FormDataFilter extends Zend_View_Helper_FormElement
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
return $this->view->formText(
|
||||
$this->elementId('column', $filter),
|
||||
$active,
|
||||
[
|
||||
'class' => 'column autosubmit director-suggest',
|
||||
'data-suggestion-context' => 'HostFilterColumns',
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
$cols = $this->getColumnList();
|
||||
if ($active && !isset($cols[$active])) {
|
||||
$cols[$active] = str_replace(
|
||||
|
Loading…
x
Reference in New Issue
Block a user