ObjectController: re-add object type hack

This commit is contained in:
Thomas Gelf 2015-07-31 17:33:05 +02:00
parent c7718ebd8f
commit caa3f97048
1 changed files with 1 additions and 0 deletions

View File

@ -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');
}