mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
IcingaScheduledDowntime: fix rendering
This commit is contained in:
parent
cd13b8124b
commit
3ac99d6be3
@ -15,7 +15,6 @@ class IcingaScheduledDowntime extends IcingaObject
|
||||
'object_name' => null,
|
||||
'object_type' => null,
|
||||
'disabled' => 'n',
|
||||
'display_name' => null,
|
||||
'author' => null,
|
||||
'comment' => null,
|
||||
'fixed' => null,
|
||||
@ -42,6 +41,13 @@ class IcingaScheduledDowntime extends IcingaObject
|
||||
'duration' => 'duration',
|
||||
];
|
||||
|
||||
protected $propertiesNotForRendering = [
|
||||
'id',
|
||||
'apply_to',
|
||||
'object_name',
|
||||
'object_type',
|
||||
];
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user