N°9144 Split audit & install sequencers

This commit is contained in:
Timothee
2026-02-12 15:50:07 +01:00
parent 4d789aeccc
commit b257d254d6
8 changed files with 1256 additions and 1187 deletions

View File

@@ -196,7 +196,7 @@ class WizardController
$sCurrentStepClass = utils::ReadParam('_class', $this->sInitialStepClass);
$sCurrentState = utils::ReadParam('_state', $this->sInitialState);
$oStep = new $sCurrentStepClass($this, $sCurrentState);
$aNextStepInfo = $oStep->ProcessParams(false); // false => Moving backwards
$aNextStepInfo = $oStep->UpdateWizardStateAndGetNextStep(false); // false => Moving backwards
// Display the previous step
$aCurrentStepInfo = $this->PopStep();