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
committed by Eric Espie
parent fc08bed218
commit 98312d1c15
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;