mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Do not use getForm() but getCurrentPage() to avoid page creation
refs #7163
This commit is contained in:
parent
3206ded18c
commit
e5512f586f
@ -47,7 +47,7 @@ class ModulePage extends Form
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$wizard = $this->getCurrentWizard();
|
$wizard = $this->getCurrentWizard();
|
||||||
$wizardPage = $wizard->getForm();
|
$wizardPage = $wizard->getCurrentPage();
|
||||||
|
|
||||||
if (false === $wizard->isFinished() || $wizardPage->wasSent($wizardPage->getRequestData($request))) {
|
if (false === $wizard->isFinished() || $wizardPage->wasSent($wizardPage->getRequestData($request))) {
|
||||||
$wizard->handleRequest($request);
|
$wizard->handleRequest($request);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user