We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede7734 commit aa74a5eCopy full SHA for aa74a5e
application/controllers/ScheduleController.php
@@ -112,6 +112,7 @@ public function addAction(): void
112
public function addRotationAction(): void
113
{
114
$scheduleId = (int) $this->params->getRequired('schedule');
115
+ $this->setTitle($this->translate('Add Rotation'));
116
117
$form = new RotationConfigForm($scheduleId, Database::get());
118
$form->setAction($this->getRequest()->getUrl()->setParam('showCompact')->getAbsoluteUrl());
@@ -136,7 +137,6 @@ public function addRotationAction(): void
136
137
$form->handleRequest($this->getServerRequest());
138
139
if (empty($this->parts)) {
- $this->setTitle($this->translate('Add Rotation'));
140
$this->addContent($form);
141
}
142
0 commit comments