mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°8699 - attributedef.class.inc.php to PSR4 - fixs (#890)
This commit is contained in:
@@ -852,7 +852,7 @@ JS
|
||||
'object_class' => $sClass,
|
||||
'object_id' => $oItem->GetKey(),
|
||||
'attribute_code' => $sAttCode,
|
||||
'attribute_type' => get_class($oAttDef),
|
||||
'attribute_type' => $oAttDef->GetType(),
|
||||
];
|
||||
// - Value raw
|
||||
// For simple fields, we get the raw (stored) value as well
|
||||
|
||||
Reference in New Issue
Block a user