69305: Refactor workflow-actions to be resolved as HAL links

This commit is contained in:
Kristof De Langhe
2020-03-04 16:22:05 +01:00
parent 496bedfe2e
commit c087b8859f
10 changed files with 40 additions and 19 deletions

View File

@@ -96,7 +96,7 @@ export class ClaimedTaskActionsComponent extends MyDSpaceActionsComponent<Claime
* @param object
*/
initAction(object: ClaimedTask) {
this.actionRD$ = this.workflowActionService.findById(object.action);
this.actionRD$ = object.action;
}
}