diff --git a/application/forms/BasketForm.php b/application/forms/BasketForm.php index e57d84f7..6085a683 100644 --- a/application/forms/BasketForm.php +++ b/application/forms/BasketForm.php @@ -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'), diff --git a/library/Director/DirectorObject/Automation/BasketSnapshot.php b/library/Director/DirectorObject/Automation/BasketSnapshot.php index 77e8b24b..f99cf2f0 100644 --- a/library/Director/DirectorObject/Automation/BasketSnapshot.php +++ b/library/Director/DirectorObject/Automation/BasketSnapshot.php @@ -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',