mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-04 22:32:55 -04:00
ObjectController: re-add object type hack
This commit is contained in:
parent
c7718ebd8f
commit
caa3f97048
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue