From 52fa9c4986f84f2c8e4c0b32d9175e5434f54ad7 Mon Sep 17 00:00:00 2001 From: joel Date: Tue, 13 Sep 2022 21:21:24 +0800 Subject: [PATCH 1/2] enable chykalophia specific operation --- nodes/Plutio/descriptions/ProjectDescription.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nodes/Plutio/descriptions/ProjectDescription.ts b/nodes/Plutio/descriptions/ProjectDescription.ts index 01464d8..f97cf77 100644 --- a/nodes/Plutio/descriptions/ProjectDescription.ts +++ b/nodes/Plutio/descriptions/ProjectDescription.ts @@ -41,12 +41,12 @@ export const projectOperations: INodeProperties[] = [ description: 'Get projects', action: 'Get a project', }, - // { - // name: 'Chykalophia', - // value: 'getCklph', - // description: 'Get projects by contributor\'s email for CKLPH', - // action: 'Get a project', - // }, + { + name: 'Chykalophia', + value: 'getCklph', + description: 'Get projects by contributor\'s email for CKLPH', + action: 'Get a project', + }, { name: 'Move', value: 'move', From dcb49053f6864039e253e39c1ab3c48bf0f3c366 Mon Sep 17 00:00:00 2001 From: joel Date: Tue, 13 Sep 2022 21:23:59 +0800 Subject: [PATCH 2/2] minor fixes --- .../Plutio/descriptions/ProjectDescription.ts | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/nodes/Plutio/descriptions/ProjectDescription.ts b/nodes/Plutio/descriptions/ProjectDescription.ts index f97cf77..5200aaa 100644 --- a/nodes/Plutio/descriptions/ProjectDescription.ts +++ b/nodes/Plutio/descriptions/ProjectDescription.ts @@ -17,6 +17,12 @@ export const projectOperations: INodeProperties[] = [ }, }, options: [ + { + name: 'Chykalophia', + value: 'getCklph', + description: 'Get projects by contributor\'s email for CKLPH', + action: 'Get a project', + }, { name: 'Copy', value: 'copy', @@ -41,12 +47,6 @@ export const projectOperations: INodeProperties[] = [ description: 'Get projects', action: 'Get a project', }, - { - name: 'Chykalophia', - value: 'getCklph', - description: 'Get projects by contributor\'s email for CKLPH', - action: 'Get a project', - }, { name: 'Move', value: 'move', @@ -114,7 +114,7 @@ export const projectDescription: INodeProperties[] = [ displayName: 'Template Name or ID', name: 'templateId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getProjectTemplateId', @@ -152,7 +152,7 @@ export const projectDescription: INodeProperties[] = [ displayName: 'Custom Field Name or ID', name: '_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getProjectCustomField', @@ -198,7 +198,7 @@ export const projectDescription: INodeProperties[] = [ displayName: 'Contributors: Name or ID', name: 'value', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -248,7 +248,7 @@ export const projectDescription: INodeProperties[] = [ displayName: 'Contributor\'s Email\, Name or ID', name: 'contributor', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getEmails', @@ -258,7 +258,7 @@ export const projectDescription: INodeProperties[] = [ displayName: 'Project Name or ID', name: '_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getProjectId', @@ -270,7 +270,7 @@ export const projectDescription: INodeProperties[] = [ displayName: 'Contributor\'s Email\, Name or ID', name: 'contributor', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getEmails',