Fix display issue with AccountID before Operation & other small fixes

This commit is contained in:
Jan Oberhauser
2021-04-02 18:10:22 +02:00
parent 7995bd610d
commit b406d4b60b
11 changed files with 126 additions and 125 deletions

View File

@@ -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,