Merge branch 'main' into CST-3620

This commit is contained in:
Alessandro Martelli
2021-02-09 11:23:24 +01:00
190 changed files with 8775 additions and 4544 deletions

View File

@@ -48,7 +48,7 @@ export class ClaimedSearchResultListElementComponent extends SearchResultListEle
*/
ngOnInit() {
super.ngOnInit();
this.linkService.resolveLinks(this.dso, followLink('workflowitem', null, true,
this.linkService.resolveLinks(this.dso, followLink('workflowitem', null, true, true, true,
followLink('item'), followLink('submitter')
), followLink('action'));
this.workflowitemRD$ = this.dso.workflowitem as Observable<RemoteData<WorkflowItem>>;

View File

@@ -58,7 +58,7 @@ export class PoolSearchResultListElementComponent extends SearchResultListElemen
*/
ngOnInit() {
super.ngOnInit();
this.linkService.resolveLinks(this.dso, followLink('workflowitem', null, true,
this.linkService.resolveLinks(this.dso, followLink('workflowitem', null, true, true, true,
followLink('item'), followLink('submitter')
), followLink('action'));
this.workflowitemRD$ = this.dso.workflowitem as Observable<RemoteData<WorkflowItem>>;