Skip to content
Snippets Groups Projects
Verified Commit 403ccf0d authored by Damien's avatar Damien
Browse files

FEAT #14849 TIME 0 Fix update entities

parent 54c3fc73
No related branches found
No related tags found
No related merge requests found
...@@ -261,7 +261,7 @@ class EntityController ...@@ -261,7 +261,7 @@ class EntityController
} }
} }
$externalId = $entity['external_id']; $externalId = json_decode($entity['external_id'], true);
if (!empty($data['externalId'])) { if (!empty($data['externalId'])) {
$externalId = array_merge($externalId, $data['externalId']); $externalId = array_merge($externalId, $data['externalId']);
if (!empty($data['externalId']['alfrescoPassword'])) { if (!empty($data['externalId']['alfrescoPassword'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment