mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 12:24:29 +02:00
Fix that the ModulePage does not provide a wizard's requirement info
refs #7163
This commit is contained in:
parent
32006420c5
commit
ec6948dddf
@ -451,7 +451,7 @@ class WebSetup extends Wizard implements SetupWizard
|
||||
)
|
||||
);
|
||||
|
||||
foreach ($this->getPage('setup_modules')->getWizards() as $wizard) {
|
||||
foreach ($this->getPage('setup_modules')->setPageData($this->getPageData())->getWizards() as $wizard) {
|
||||
$requirements->merge($wizard->getRequirements()->allOptional());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user