Skip to content

Commit 04cf141

Browse files
111679: Restored missing inAndOutputNames on ClaimedTaskActionsLoaderComponent
1 parent a7bef6f commit 04cf141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/shared/mydspace-actions/claimed-task/switcher/claimed-task-actions-loader.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ export class ClaimedTaskActionsLoaderComponent implements OnInit, OnChanges {
6868
* The list of input and output names for the dynamic component
6969
*/
7070
protected inAndOutputNames: (keyof ClaimedTaskActionsAbstractComponent & keyof this)[] = [
71+
'item',
7172
'object',
7273
'option',
74+
'workflowitem',
7375
'processCompleted',
7476
];
7577

0 commit comments

Comments
 (0)