mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 21:18:46 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user