mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Merge pull request #10427 from Icinga/notification-load-after
Load Notification objects after User and UserGroup
This commit is contained in:
commit
3d70720f1b
@ -22,6 +22,8 @@ class Notification : CustomVarObject < NotificationNameComposer
|
||||
{
|
||||
load_after Host;
|
||||
load_after Service;
|
||||
load_after User;
|
||||
load_after UserGroup;
|
||||
|
||||
[config, protected, required, navigation] name(NotificationCommand) command (CommandRaw) {
|
||||
navigate {{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user