mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Update datamodels/2.x/itop-portal-base/portal/src/Controller/ObjectController.php
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com>
This commit is contained in:
committed by
Molkobain
parent
908fd72c1f
commit
eb00253363
@@ -1409,9 +1409,9 @@ class ObjectController extends BrickController
|
||||
{
|
||||
$sObjectClass = get_class($oObject);
|
||||
$aObjectData = [
|
||||
'id' => $oObject->GetKey(),
|
||||
'name' => $oObject->GetName(),
|
||||
'attributes' => [],
|
||||
'id' => $oObject->GetKey(),
|
||||
'name' => $oObject->GetName(),
|
||||
'attributes' => [],
|
||||
];
|
||||
|
||||
// Retrieving attributes definitions
|
||||
|
||||
Reference in New Issue
Block a user