Make it possible to define dependencies for loadOptions

This commit is contained in:
Jan Oberhauser
2020-01-04 22:28:09 -06:00
parent f4acd47f80
commit bf4c8bc3a2
5 changed files with 42 additions and 2 deletions

View File

@@ -63,6 +63,9 @@ export class EventbriteTrigger implements INodeType {
type: 'options',
required: true,
typeOptions: {
loadOptionsDependsOn: [
'organization',
],
loadOptionsMethod: 'getEvents'
},
default: '',