Skip to content

Commit

Permalink
Merge pull request #74 from loannis/CFM-205_Return_type_labels_with_o…
Browse files Browse the repository at this point in the history
…bjects_in_the_MVEA_api_calls_2

CFM-205_Return_type_labels_with_objects_in_the_MVEA_api_calls_2
  • Loading branch information
Ioannis authored Feb 10, 2023
2 parents ce96c34 + d08b872 commit a9ecf78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/templates/element/mveaJs.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
if(entityType == 'external_identity') {
entityTypeIdRef = 'external_identity_id';
}
let url = '<?= $this->Url->build(['controller' => 'api', 'action' => 'v2']) ?>/' + mveaType + '?' + entityTypeIdRef + '=<?php print $parentId ?>';
let url = '<?=
$this->Url->build(['controller' => 'api', 'action' => 'v2'])
?>/' + mveaType + '?' + entityTypeIdRef + '=<?php print $parentId ?>&extended';
let xhr = callRegistryAPI(
url,
'GET',
Expand Down

0 comments on commit a9ecf78

Please sign in to comment.