Merge pull request #10427 from Icinga/notification-load-after

Load Notification objects after User and UserGroup
This commit is contained in:
Julian Brost 2025-04-29 17:12:09 +02:00 committed by GitHub
commit 3d70720f1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {{{