mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
11 lines
463 B
HTML
11 lines
463 B
HTML
<ng-container *ngVar="(workflowitemRD$ | async)?.payload as workflowitem">
|
|
<ds-item-list-preview *ngIf="workflowitem"
|
|
[item]="(workflowitem?.item | async)?.payload"
|
|
[object]="object"
|
|
[showSubmitter]="showSubmitter"
|
|
[status]="status"></ds-item-list-preview>
|
|
|
|
<ds-claimed-task-actions *ngIf="workflowitem" [object]="dso"></ds-claimed-task-actions>
|
|
</ng-container>
|
|
|