CommandActions: Set missing title when rescheduling service checks

This commit is contained in:
Johannes Meyer 2019-12-10 14:47:59 +01:00
parent 32ccff57f4
commit d577153eed

View file

@ -190,6 +190,7 @@ trait CommandActions
$this->handleCommandForm(ScheduleHostCheckCommandForm::class);
break;
case 'service':
$this->setTitle($this->translate('Reschedule Service Check'));
$this->handleCommandForm(ScheduleServiceCheckCommandForm::class);
break;
}