IcingaServiceSetForm: remove the possibility...

...to override fields for all services at once. We need to figure out whether
this feature should really be allowed. It's not that important any more, since
we now allow to modify services once added to the set. Also, fields can now be
overridden at host level.
This commit is contained in:
Thomas Gelf 2017-01-13 15:53:16 +01:00
parent 9b6eda4e97
commit f845c2c2f5
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ class IcingaServiceSetForm extends DirectorObjectForm
$object->service = $services;
}
if ($this->assertResolvedImports()) {
// TODO: disabled for now. Sets have no fields, so somehow the resolver
// fails here
if (false && $this->assertResolvedImports()) {
$this->fieldLoader($object)
->loadFieldsForMultipleObjects($object->getServiceObjects());
}