Fix validation for ScheduledDowntime objects.

Refs #5945
This commit is contained in:
Gunnar Beutner 2014-04-05 16:27:26 +02:00
parent 4ffcd4f403
commit d64823858d
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@
%type ScheduledDowntime {
%require "host_name",
%attribute %name(Host) "host_name",
%require "service_name",
%attribute %string "service_name",
%require "author",