N°8981: repair previous setup cleanup (broken setups)

This commit is contained in:
odain
2025-12-29 07:47:06 +01:00
committed by Eric Espie
parent 375c1f3a73
commit b230623a32
4 changed files with 8 additions and 13 deletions

View File

@@ -209,7 +209,7 @@ class HubController
$aSelectedExtensionCodes[] = $oExtension->sCode;
}
$aSelectedExtensions = $oExtensionsMap->GetChoices();
$oRuntimeEnv->RecordInstallation($oConfig, $sDataModelVersion, $aAvailableModules, $aSelectedExtensionCodes, 'Done by the iTop Hub Connector');
$oRuntimeEnv->RecordInstallation($oConfig, $sDataModelVersion, array_keys($aAvailableModules), $aSelectedExtensionCodes, 'Done by the iTop Hub Connector');
// Report the success in a way that will be detected by the ajax caller
SetupLog::Info('Deployment successfully completed.');