diff --git a/application/forms/IcingaMultiEditForm.php b/application/forms/IcingaMultiEditForm.php index 4149a708d..eb4437505 100644 --- a/application/forms/IcingaMultiEditForm.php +++ b/application/forms/IcingaMultiEditForm.php @@ -230,6 +230,9 @@ protected function makeVariants(ZfElement $element) $checksum = sha1($json) . '_' . sha1(json_encode($objects)); $v = clone($element); + if ($key == "imports") { + $v->setAttrib('hideOptions', []); + } $v->setName($key . '_' . $checksum); $v->setDescription($description . ' ' . $this->descriptionForObjects($objects)); $v->setLabel($label . $this->labelCount($objects));