99053: Hide return to pool button for second step of SelectSingleReviewer

This commit is contained in:
Alexandre Vryghem
2023-02-02 17:13:56 +01:00
parent bd152dc074
commit 581afbbbb6
2 changed files with 0 additions and 11 deletions

View File

@@ -13,10 +13,5 @@
<i class="fa fa-info-circle"></i> {{"submission.workflow.generic.view" | translate}}
</button>
</ng-container>
<ds-claimed-task-actions-loader [option]="returnToPoolOption"
[object]="object"
(processCompleted)="this.processCompleted.emit($event)">
</ds-claimed-task-actions-loader>
</div>
</ng-container>

View File

@@ -44,12 +44,6 @@ export class ClaimedTaskActionsComponent extends MyDSpaceActionsComponent<Claime
*/
public actionRD$: Observable<RemoteData<WorkflowAction>>;
/**
* The option used to render the "return to pool" component
* Every claimed task contains this option
*/
public returnToPoolOption = WORKFLOW_TASK_OPTION_RETURN_TO_POOL;
/**
* Initialize instance variables
*