mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
[CST-5253] Fix view item button for claim task in the mydspace results list
This commit is contained in:
@@ -102,14 +102,6 @@ export class ClaimedTaskActionsComponent extends MyDSpaceActionsComponent<Claime
|
||||
this.actionRD$ = object.action;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if claimed task actions should display a view item button.
|
||||
* @param workflowAction
|
||||
*/
|
||||
hasViewAction(workflowAction: WorkflowAction) {
|
||||
return !workflowAction?.options.includes('submit_edit_metadata');
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the workflowitem view route.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user