Skip to content
Snippets Groups Projects
Commit 6b8e134e authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

68729: followLink embed fix

parent 404b1053
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ export class ItemPageResolver implements Resolve<RemoteData<Item>> {
followLink('owningCollection'),
followLink('bundles'),
followLink('relationships'),
followLink('version', undefined, followLink('versionhistory')),
followLink('version', undefined, true, followLink('versionhistory')),
).pipe(
find((RD) => hasValue(RD.error) || RD.hasSucceeded),
);
......
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