mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
build: Upgrade nodelinter to 1.16.2 (no-changelog) (#10779)
This commit is contained in:
@@ -98,7 +98,7 @@ export const transactionFields: INodeProperties[] = [
|
||||
type: 'multiOptions',
|
||||
default: [],
|
||||
description:
|
||||
'Customer to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Customer to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getCustomers',
|
||||
},
|
||||
@@ -258,7 +258,7 @@ export const transactionFields: INodeProperties[] = [
|
||||
type: 'multiOptions',
|
||||
default: [],
|
||||
description:
|
||||
'Department to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Department to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getDepartments',
|
||||
},
|
||||
@@ -284,7 +284,7 @@ export const transactionFields: INodeProperties[] = [
|
||||
type: 'multiOptions',
|
||||
default: [],
|
||||
description:
|
||||
'Memo to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Memo to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getMemos',
|
||||
},
|
||||
@@ -350,7 +350,7 @@ export const transactionFields: INodeProperties[] = [
|
||||
type: 'multiOptions',
|
||||
default: [],
|
||||
description:
|
||||
'Term to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Term to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getTerms',
|
||||
},
|
||||
@@ -379,7 +379,7 @@ export const transactionFields: INodeProperties[] = [
|
||||
type: 'multiOptions',
|
||||
default: [],
|
||||
description:
|
||||
'Vendor to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Vendor to filter results by. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getVendors',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user