mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Wizard: Properly process automatic submissions of the general config page
fixes #9855
This commit is contained in:
parent
c289b2f1ef
commit
2a1f0132bc
@ -229,7 +229,10 @@ class WebWizard extends Wizard implements SetupWizard
|
|||||||
} elseif ($page->getName() === 'setup_general_config') {
|
} elseif ($page->getName() === 'setup_general_config') {
|
||||||
$authData = $this->getPageData('setup_authentication_type');
|
$authData = $this->getPageData('setup_authentication_type');
|
||||||
if ($authData['type'] === 'db') {
|
if ($authData['type'] === 'db') {
|
||||||
$page->create()->getElement('global_config_backend')->setValue('db');
|
$page
|
||||||
|
->create($this->getRequestData($page, $request))
|
||||||
|
->getElement('global_config_backend')
|
||||||
|
->setValue('db');
|
||||||
$page->info(
|
$page->info(
|
||||||
mt(
|
mt(
|
||||||
'setup',
|
'setup',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user