mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Fix display issue with AccountID before Operation & other small fixes
This commit is contained in:
@@ -175,17 +175,6 @@ export class Harvest implements INodeType {
|
||||
description: 'The resource to operate on.',
|
||||
},
|
||||
|
||||
{
|
||||
displayName: 'Account ID',
|
||||
name: 'accountId',
|
||||
type: 'options',
|
||||
required: true,
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getAccounts',
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
|
||||
// operations
|
||||
...clientOperations,
|
||||
...companyOperations,
|
||||
@@ -198,6 +187,17 @@ export class Harvest implements INodeType {
|
||||
...timeEntryOperations,
|
||||
...userOperations,
|
||||
|
||||
{
|
||||
displayName: 'Account ID',
|
||||
name: 'accountId',
|
||||
type: 'options',
|
||||
required: true,
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getAccounts',
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
|
||||
// fields
|
||||
...clientFields,
|
||||
...contactFields,
|
||||
|
||||
Reference in New Issue
Block a user