BasketForm: allow Notification Templates

This commit is contained in:
Thomas Gelf 2020-04-09 14:59:52 +02:00
parent 63e3a69611
commit 80f9ea29b5
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class BasketForm extends DirectorObjectForm
'IcingaTemplateChoiceService' => $this->translate('Service Template Choice'),
'ServiceTemplate' => $this->translate('Service Templates'),
'ServiceSet' => $this->translate('Service Sets'),
'NotificationTemplate' => $this->translate('Notification Templates'),
'Notification' => $this->translate('Notifications'),
'TimePeriod' => $this->translate('Time Periods'),
'Dependency' => $this->translate('Dependencies'),

View File

@ -40,6 +40,7 @@ class BasketSnapshot extends DbObject
'IcingaTemplateChoiceService' => IcingaTemplateChoiceService::class,
'ServiceTemplate' => IcingaService::class,
'ServiceSet' => IcingaServiceSet::class,
'NotificationTemplate' => IcingaNotification::class,
'Notification' => IcingaNotification::class,
'DataList' => DirectorDatalist::class,
'Dependency' => IcingaDependency::class,
@ -72,6 +73,7 @@ class BasketSnapshot extends DbObject
'IcingaTemplateChoiceService',
'ServiceTemplate',
'ServiceSet',
'NotificationTemplate',
'Notification',
'Dependency',
'ImportSource',