Load checkable children after their groups

This commit is contained in:
Alexander A. Klimov 2020-07-17 14:44:35 +02:00
parent bfd2ceacea
commit 0bb5af811d
5 changed files with 10 additions and 0 deletions

View File

@ -32,7 +32,9 @@ public:
class Comment : ConfigObject < CommentNameComposer
{
load_after Host;
load_after HostGroup;
load_after Service;
load_after ServiceGroup;
[config, no_user_modify, protected, required, navigation(host)] name(Host) host_name {
navigate {{{

View File

@ -23,7 +23,9 @@ class Dependency : CustomVarObject < DependencyNameComposer
activation_priority -10;
load_after Host;
load_after HostGroup;
load_after Service;
load_after ServiceGroup;
[config, no_user_modify, required, navigation(child_host)] name(Host) child_host_name {
navigate {{{

View File

@ -23,7 +23,9 @@ class Downtime : ConfigObject < DowntimeNameComposer
activation_priority -10;
load_after Host;
load_after HostGroup;
load_after Service;
load_after ServiceGroup;
[config, no_user_modify, required, navigation(host)] name(Host) host_name {
navigate {{{

View File

@ -21,7 +21,9 @@ public:
class Notification : CustomVarObject < NotificationNameComposer
{
load_after Host;
load_after HostGroup;
load_after Service;
load_after ServiceGroup;
load_after User;
load_after UserGroup;

View File

@ -24,7 +24,9 @@ class ScheduledDowntime : CustomVarObject < ScheduledDowntimeNameComposer
activation_priority 20;
load_after Host;
load_after HostGroup;
load_after Service;
load_after ServiceGroup;
[config, protected, no_user_modify, required, navigation(host)] name(Host) host_name {
navigate {{{