Merge branch 'theme-fixes_contribute-7.4' into theme-fixes_contribute-7.6

This commit is contained in:
Alexandre Vryghem
2024-02-07 13:49:32 +01:00

View File

@@ -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',
]; ];