mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
parent
588926a9f9
commit
2b20daa552
@ -170,6 +170,7 @@ class Zend_View_Helper_FormDataFilter extends Zend_View_Helper_FormElement
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (substr($col, -7) === '.groups' && $dummy->supportsGroups()) {
|
if (substr($col, -7) === '.groups' && $dummy->supportsGroups()) {
|
||||||
|
$type = substr($col, 0, -7);
|
||||||
return $this->selectGroup($type, $filter);
|
return $this->selectGroup($type, $filter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user