mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 14:28:53 +02:00
last step
This commit is contained in:
@@ -69,12 +69,14 @@ class DataAuditSequencer extends StepSequencer
|
||||
if ($this->IsDataAuditRequired()) {
|
||||
return $this->GetNextStep('setup-audit', 'Checking data consistency with the new data model', 70, $sMessage);
|
||||
}
|
||||
return $this->GetNextStep('', 'Completed', 100);
|
||||
return $this->GetNextStep('complete', 'Completed', 100);
|
||||
|
||||
case 'setup-audit':
|
||||
if ($this->IsDataAuditRequired()) {
|
||||
$this->oRunTimeEnvironment->DataToCleanupAudit();
|
||||
}
|
||||
$this->oRunTimeEnvironment->DataToCleanupAudit();
|
||||
return $this->GetNextStep('complete', 'Completed', 100);
|
||||
|
||||
case 'complete':
|
||||
sleep(1);
|
||||
return $this->GetNextStep('', 'Completed', 100);
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user