mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
parent
40544ac935
commit
ac652f5966
@ -52,6 +52,11 @@ class NotificationController extends ObjectController
|
||||
}
|
||||
}
|
||||
|
||||
protected function hasBasketSupport()
|
||||
{
|
||||
return $this->object->isTemplate() || $this->object->isApplyRule();
|
||||
}
|
||||
|
||||
protected function loadObject()
|
||||
{
|
||||
if ($this->object === null) {
|
||||
|
@ -16,6 +16,7 @@ next (will be 1.9.0)
|
||||
* FEATURE: there is now a simple "group by" Property Modifier (#2317)
|
||||
|
||||
### Configuration Baskets
|
||||
* FIX: Notification Apply Rules have not been exported (#2335)
|
||||
* FEATURE: it's now possible to purge objects of specific types (#2201)
|
||||
|
||||
### Permissions and Restrictions
|
||||
|
@ -41,7 +41,7 @@ class BasketSnapshot extends DbObject
|
||||
'ServiceTemplate' => IcingaService::class,
|
||||
'ServiceSet' => IcingaServiceSet::class,
|
||||
'NotificationTemplate' => IcingaNotification::class,
|
||||
'Notification' => IcingaNotification::class,
|
||||
'Notification' => [IcingaNotification::class, ['object_type' => 'apply']],
|
||||
'DataList' => DirectorDatalist::class,
|
||||
'Dependency' => IcingaDependency::class,
|
||||
'ImportSource' => ImportSource::class,
|
||||
|
Loading…
x
Reference in New Issue
Block a user