N°8760 - fix installation choices db query - read code instead of title + add log

This commit is contained in:
odain
2026-02-08 20:34:40 +01:00
parent 2b21556c76
commit 5b58e40fc9
2 changed files with 7 additions and 2 deletions

View File

@@ -577,7 +577,7 @@ class iTopExtensionsMap
$aChoices = [];
foreach ($aDBInfo as $aExtensionInfo) {
$aChoices[] = $aExtensionInfo['label'];
$aChoices[] = $aExtensionInfo['code'];
}
return $aChoices;