N°9501 - Can't connect new itop3.3.0 to Designer

This commit is contained in:
Eric Espie
2026-04-17 15:25:45 +02:00
parent 0b6e7d3258
commit 0fb15e72d4

View File

@@ -69,11 +69,11 @@ 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('complete', 'Completed', 100);
return $this->GetNextStep('complete', 'Check Completed', 100);
case 'setup-audit':
$this->oRunTimeEnvironment->DataToCleanupAudit();
return $this->GetNextStep('complete', 'Completed', 100);
return $this->GetNextStep('complete', 'Check Completed', 100);
case 'complete':
sleep(1);