From 7a56e58a608132ef795d8c5cdaccb8caa49c0e8f Mon Sep 17 00:00:00 2001 From: OlegIvaniv Date: Tue, 31 Oct 2023 09:13:31 +0100 Subject: [PATCH] fix(Switch Node): Allow sortable Switch rules (#7555) Github issue / Community forum post (link here to close automatically): Signed-off-by: Oleg Ivaniv --- packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts index 0c394e9de3..91d2bb96d8 100644 --- a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts +++ b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts @@ -152,6 +152,7 @@ export class SwitchV2 implements INodeType { type: 'fixedCollection', typeOptions: { multipleValues: true, + sortable: true, }, displayOptions: { show: { @@ -226,6 +227,7 @@ export class SwitchV2 implements INodeType { type: 'fixedCollection', typeOptions: { multipleValues: true, + sortable: true, }, displayOptions: { show: { @@ -299,6 +301,7 @@ export class SwitchV2 implements INodeType { type: 'fixedCollection', typeOptions: { multipleValues: true, + sortable: true, }, displayOptions: { show: { @@ -389,6 +392,7 @@ export class SwitchV2 implements INodeType { type: 'fixedCollection', typeOptions: { multipleValues: true, + sortable: true, }, displayOptions: { show: {