mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Merge pull request #10427 from Icinga/notification-load-after
Load Notification objects after User and UserGroup
This commit is contained in:
commit
3d70720f1b
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue