IcingaNotificationForm: fix timeperiod loading

fixes #11576
This commit is contained in:
Thomas Gelf 2016-05-23 13:00:32 +02:00
parent 0605c5acc8
commit d435ca37f7
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ class IcingaNotificationForm extends DirectorObjectForm
$this->addElement(
'select',
'period',
'period_id',
array(
'label' => $this->translate('Time period'),
'description' => $this->translate(

View File

@ -495,7 +495,7 @@ abstract class DirectorObjectForm extends QuickForm
'user_groups',
'command_id', // Notification
'notification_interval',
'period',
'period_id',
'times_begin',
'times_end',
'email',