mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°931: Rename Tag columns in database
This commit is contained in:
@@ -2170,8 +2170,8 @@ EOF
|
||||
foreach($aTagSetObjectData as $oTagSet)
|
||||
{
|
||||
$aTagSetKeyValData[] = [
|
||||
'code' => $oTagSet->Get('tag_code'),
|
||||
'label' => $oTagSet->Get('tag_label')
|
||||
'code' => $oTagSet->Get('code'),
|
||||
'label' => $oTagSet->Get('label')
|
||||
];
|
||||
}
|
||||
$aJson['possible_values'] = $aTagSetKeyValData;
|
||||
|
||||
Reference in New Issue
Block a user