MonitoredObject: Add scheduled_end

refs #9266
This commit is contained in:
Alexander Fuhr 2015-08-10 12:14:49 +02:00
parent c88f0c7e37
commit 18dae78d80
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ abstract class MonitoredObject implements Filterable
'author_name' => 'downtime_author_name',
'start' => 'downtime_start',
'scheduled_start' => 'downtime_scheduled_start',
'scheduled_end' => 'downtime_scheduled_end',
'end' => 'downtime_end',
'duration' => 'downtime_duration',
'is_flexible' => 'downtime_is_flexible',