#472 REST API: finalized the implementation of core/get_related + added the support for AttributeBlob (to manage documents and attachments)

SVN:trunk[2669]
This commit is contained in:
Romain Quetiez
2013-04-02 13:31:52 +00:00
parent 57b34d2d91
commit 3d79e3fe8f
4 changed files with 106 additions and 21 deletions

View File

@@ -909,6 +909,10 @@ class RestUtils
}
$value = DBObjectSet::FromArray($sLnkClass, $aLinks);
}
else
{
$value = $oAttDef->FromJSONToValue($value);
}
}
catch (Exception $e)
{