mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-02 11:58:18 +02:00
N°9567 - fix back to setup from extension management - extension screen missing when back after audit
N°9567 - fix again
This commit is contained in:
@@ -175,7 +175,9 @@ class WizStepModulesChoice extends AbstractWizStepInstall
|
||||
["class" => "WizStepUpgradeMiscParams","state" => ""],
|
||||
];
|
||||
$i = 0;
|
||||
$this->aSteps = null;
|
||||
while (null != $this->GetStepInfo($i)) {
|
||||
$this->aSteps = null;
|
||||
$aSteps [] = ["class" => "WizStepModulesChoice","state" => "$i"];
|
||||
$i++;
|
||||
}
|
||||
@@ -709,7 +711,6 @@ EOF
|
||||
// Found an "installation.xml" file, let's use this definition for the wizard
|
||||
$aParams = new XMLParameters($this->GetSourceFilePath());
|
||||
$this->aSteps = $aParams->Get('steps', []);
|
||||
|
||||
if ($index + 1 >= count($this->aSteps)) {
|
||||
//make sure we also cache next step as well
|
||||
$aOptions = $this->oExtensionsMap->GetAllExtensionsOptionInfo($bRemoteExtensionsShouldBeMandatory);
|
||||
|
||||
Reference in New Issue
Block a user