mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-26 11:08:51 +02:00
Disallow Downtime#config_owner modification
This attribute is used only by ScheduledDowntime anyway and is a relation declarator such as host_name, service_name.
This commit is contained in:
parent
fd4d3e88b9
commit
491499a7ac
@ -72,7 +72,7 @@ class Downtime : ConfigObject < DowntimeNameComposer
|
||||
[no_storage] bool was_cancelled {
|
||||
get {{{ return GetRemoveTime() > 0; }}}
|
||||
};
|
||||
[config] String config_owner;
|
||||
[config, no_user_modify] String config_owner;
|
||||
[config] String config_owner_hash;
|
||||
[config] String authoritative_zone;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user