minor fixes
This commit is contained in:
parent
52fa9c4986
commit
dcb49053f6
|
@ -17,6 +17,12 @@ export const projectOperations: INodeProperties[] = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
|
{
|
||||||
|
name: 'Chykalophia',
|
||||||
|
value: 'getCklph',
|
||||||
|
description: 'Get projects by contributor\'s email for CKLPH',
|
||||||
|
action: 'Get a project',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Copy',
|
name: 'Copy',
|
||||||
value: 'copy',
|
value: 'copy',
|
||||||
|
@ -41,12 +47,6 @@ export const projectOperations: INodeProperties[] = [
|
||||||
description: 'Get projects',
|
description: 'Get projects',
|
||||||
action: 'Get a project',
|
action: 'Get a project',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'Chykalophia',
|
|
||||||
value: 'getCklph',
|
|
||||||
description: 'Get projects by contributor\'s email for CKLPH',
|
|
||||||
action: 'Get a project',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Move',
|
name: 'Move',
|
||||||
value: 'move',
|
value: 'move',
|
||||||
|
@ -114,7 +114,7 @@ export const projectDescription: INodeProperties[] = [
|
||||||
displayName: 'Template Name or ID',
|
displayName: 'Template Name or ID',
|
||||||
name: 'templateId',
|
name: 'templateId',
|
||||||
type: 'options',
|
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: '',
|
default: '',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
loadOptionsMethod: 'getProjectTemplateId',
|
loadOptionsMethod: 'getProjectTemplateId',
|
||||||
|
@ -152,7 +152,7 @@ export const projectDescription: INodeProperties[] = [
|
||||||
displayName: 'Custom Field Name or ID',
|
displayName: 'Custom Field Name or ID',
|
||||||
name: '_id',
|
name: '_id',
|
||||||
type: 'options',
|
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: '',
|
default: '',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
loadOptionsMethod: 'getProjectCustomField',
|
loadOptionsMethod: 'getProjectCustomField',
|
||||||
|
@ -198,7 +198,7 @@ export const projectDescription: INodeProperties[] = [
|
||||||
displayName: 'Contributors: Name or ID',
|
displayName: 'Contributors: Name or ID',
|
||||||
name: 'value',
|
name: 'value',
|
||||||
type: 'options',
|
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: '',
|
default: '',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
loadOptionsMethod: 'getUsers',
|
loadOptionsMethod: 'getUsers',
|
||||||
|
@ -248,7 +248,7 @@ export const projectDescription: INodeProperties[] = [
|
||||||
displayName: 'Contributor\'s Email\, Name or ID',
|
displayName: 'Contributor\'s Email\, Name or ID',
|
||||||
name: 'contributor',
|
name: 'contributor',
|
||||||
type: 'options',
|
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: '',
|
default: '',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
loadOptionsMethod: 'getEmails',
|
loadOptionsMethod: 'getEmails',
|
||||||
|
@ -258,7 +258,7 @@ export const projectDescription: INodeProperties[] = [
|
||||||
displayName: 'Project Name or ID',
|
displayName: 'Project Name or ID',
|
||||||
name: '_id',
|
name: '_id',
|
||||||
type: 'options',
|
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: '',
|
default: '',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
loadOptionsMethod: 'getProjectId',
|
loadOptionsMethod: 'getProjectId',
|
||||||
|
@ -270,7 +270,7 @@ export const projectDescription: INodeProperties[] = [
|
||||||
displayName: 'Contributor\'s Email\, Name or ID',
|
displayName: 'Contributor\'s Email\, Name or ID',
|
||||||
name: 'contributor',
|
name: 'contributor',
|
||||||
type: 'options',
|
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: '',
|
default: '',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
loadOptionsMethod: 'getEmails',
|
loadOptionsMethod: 'getEmails',
|
||||||
|
|
Loading…
Reference in New Issue