@alfresco/aca-content 7.3.0-22487558836 → 7.3.0-22491746251
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9359,7 +9359,7 @@ class SearchAiResultsComponent extends PageComponent {
|
|
|
9359
9359
|
}
|
|
9360
9360
|
fetchReferences(answer) {
|
|
9361
9361
|
this._hasReferencesLoadingError = false;
|
|
9362
|
-
const objectIds = answer?.objectReferences?.map((reference) => reference.objectId);
|
|
9362
|
+
const objectIds = answer?.objectReferences?.map((reference) => reference.nodeId ?? reference.objectId.split('__')[1]);
|
|
9363
9363
|
if (!objectIds?.length) {
|
|
9364
9364
|
return of([]);
|
|
9365
9365
|
}
|