mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
69305: Refactor workflow-actions to be resolved as HAL links
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user