mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
8 lines
358 B
HTML
8 lines
358 B
HTML
<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>
|