joel-chykalophia #2

Merged
Joel merged 2 commits from joel-chykalophia into joel-plutio 2022-09-14 18:31:14 +02:00
1 changed files with 12 additions and 12 deletions

View File

@ -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 <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
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 <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
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 <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
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 <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
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 <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
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 <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
default: '',
typeOptions: {
loadOptionsMethod: 'getEmails',