1
0

127655: Fixed getFirstDataDefinition not always returning a correct SubmitDataResponseDefinitionObject, leading to an infinite loading screen

- Also fixed an issue where the collection switcher could accidentally show the old collection name instead of the new one
- Also updated the WorkspaceItemPageResolver & WorkflowItemPageResolver to embed the collection to use fewer requests
This commit is contained in:
Alexandre Vryghem
2025-05-06 13:37:52 +02:00
parent c1bd65e8c6
commit 3d32715d25
5 changed files with 8 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ export class WorkflowItemPageResolver implements Resolve<RemoteData<WorkflowItem
true,
false,
followLink('item'),
followLink('collection'),
).pipe(
getFirstCompletedRemoteData(),
);