ObjectController: re-add object type hack
This commit is contained in:
parent
c7718ebd8f
commit
caa3f97048
|
@ -95,6 +95,7 @@ abstract class ObjectController extends ActionController
|
|||
|
||||
if ($object->isTemplate()) {
|
||||
$title = $this->translate('Modify Icinga %s template');
|
||||
$form->setObjectType('template'); // WHY??
|
||||
} else {
|
||||
$title = $this->translate('Modify Icinga %s');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue