IcingaUserGroupForm: remove zone elements
Has been introduced with 984740, but never worked for groups as those tables do not even have a zone_id property. fixes #680 refs #227
This commit is contained in:
parent
6396fbc1ee
commit
d323a77695
|
@ -17,7 +17,8 @@ class IcingaUserGroupForm extends DirectorObjectForm
|
|||
));
|
||||
|
||||
$this->addGroupDisplayNameElement()
|
||||
->addZoneElements()
|
||||
// TODO: re-add this once we have zone_id in groups tables
|
||||
// ->addZoneElements()
|
||||
->groupMainProperties()
|
||||
->setButtons();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue