N°9571 - Do not allow DB change or install when upgrading iTop (#958)

* N°9571 - Do not allow DB change or install when upgrading iTop

* N°9571 - Fix unit tests

* N°9711 - Removed step Install or Upgrade

* N°9711 - After revue
This commit is contained in:
Eric Espié
2026-07-06 10:31:43 +02:00
committed by GitHub
parent c448f8411c
commit 6b396adeea
10 changed files with 86 additions and 229 deletions

View File

@@ -171,7 +171,6 @@ class WizStepModulesChoice extends AbstractWizStepInstall
{
$aSteps = [
["class" => "WizStepWelcome","state" => ""],
["class" => "WizStepInstallOrUpgrade","state" => ""],
["class" => "WizStepDetectedInfo","state" => ""],
["class" => "WizStepUpgradeMiscParams","state" => ""],
];