N°9144 Button Back from recap screen return to extensions choice instead of data audit, Catch exception during compilation to exit maintenance mode

This commit is contained in:
Timothee
2026-02-04 11:42:16 +01:00
parent 6b4413fffc
commit d0ac19c8d1
7 changed files with 88 additions and 57 deletions

View File

@@ -27,7 +27,7 @@ class WizStepDataAudit extends WizStepInstall
public function GetTitle()
{
return 'Checking upgrade';
return 'Checking compatibility';
}
@@ -56,6 +56,11 @@ class WizStepDataAudit extends WizStepInstall
return ['class' => 'WizStepSummary', 'state' => ''];
}
public function CanComeBack()
{
return false;
}
public function Display(WebPage $oPage)
{