N°9172 Modify ext mgmt labels

This commit is contained in:
Timmy38
2026-05-28 11:19:30 +02:00
committed by GitHub
parent 406f688394
commit 683b075bf5
7 changed files with 61 additions and 44 deletions

View File

@@ -1339,7 +1339,7 @@ class RunTimeEnvironment
$iCount = $oSetupAudit->GetDataToCleanupCount();
if ($iCount > 0) {
throw new Exception("$iCount elements require data adjustments or cleanup in the backoffice prior to upgrading iTop", DataAuditSequencer::DATA_AUDIT_FAILED);
throw new Exception("$iCount elements require data adjustments or cleanup in the backoffice", DataAuditSequencer::DATA_AUDIT_FAILED);
}
}