mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
N°9501 - Can't connect new itop3.3.0 to Designer
This commit is contained in:
@@ -69,11 +69,11 @@ class DataAuditSequencer extends StepSequencer
|
|||||||
if ($this->IsDataAuditRequired()) {
|
if ($this->IsDataAuditRequired()) {
|
||||||
return $this->GetNextStep('setup-audit', 'Checking data consistency with the new data model', 70, $sMessage);
|
return $this->GetNextStep('setup-audit', 'Checking data consistency with the new data model', 70, $sMessage);
|
||||||
}
|
}
|
||||||
return $this->GetNextStep('complete', 'Completed', 100);
|
return $this->GetNextStep('complete', 'Check Completed', 100);
|
||||||
|
|
||||||
case 'setup-audit':
|
case 'setup-audit':
|
||||||
$this->oRunTimeEnvironment->DataToCleanupAudit();
|
$this->oRunTimeEnvironment->DataToCleanupAudit();
|
||||||
return $this->GetNextStep('complete', 'Completed', 100);
|
return $this->GetNextStep('complete', 'Check Completed', 100);
|
||||||
|
|
||||||
case 'complete':
|
case 'complete':
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user