mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-24 22:34:25 +02:00
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…
x
Reference in New Issue
Block a user