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:
Thomas Gelf 2017-01-24 18:29:40 +01:00
parent 6396fbc1ee
commit d323a77695

View File

@ -17,7 +17,8 @@ class IcingaUserGroupForm extends DirectorObjectForm
)); ));
$this->addGroupDisplayNameElement() $this->addGroupDisplayNameElement()
->addZoneElements() // TODO: re-add this once we have zone_id in groups tables
// ->addZoneElements()
->groupMainProperties() ->groupMainProperties()
->setButtons(); ->setButtons();
} }