mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
FormDataFilter: disable 'is true / set' for now
This commit is contained in:
parent
fa2c360f4c
commit
72ce3cfb33
@ -284,7 +284,7 @@ class Zend_View_Helper_FormDataFilter extends Zend_View_Helper_FormElement
|
|||||||
'>=' => '>=',
|
'>=' => '>=',
|
||||||
'<=' => '<=',
|
'<=' => '<=',
|
||||||
'in' => 'in',
|
'in' => 'in',
|
||||||
'true' => 'is true (or set)',
|
// 'true' => 'is true (or set)',
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($filter === null) {
|
if ($filter === null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user