mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge branch 'theme-fixes_contribute-7.4' into theme-fixes_contribute-7.6
This commit is contained in:
@@ -68,8 +68,10 @@ export class ClaimedTaskActionsLoaderComponent implements OnInit, OnChanges {
|
|||||||
* The list of input and output names for the dynamic component
|
* The list of input and output names for the dynamic component
|
||||||
*/
|
*/
|
||||||
protected inAndOutputNames: (keyof ClaimedTaskActionsAbstractComponent & keyof this)[] = [
|
protected inAndOutputNames: (keyof ClaimedTaskActionsAbstractComponent & keyof this)[] = [
|
||||||
|
'item',
|
||||||
'object',
|
'object',
|
||||||
'option',
|
'option',
|
||||||
|
'workflowitem',
|
||||||
'processCompleted',
|
'processCompleted',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user