-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI does not display credentials dropdown when no other parameter is defined in a node #3519
Comments
Hey @michal-rogala, Do you have a small example node that reproduces this? |
This is a small modification of ExampleNode - add credential requirement, remove properties. I've used my custom credential type but I believe any should do.
|
Thanks a lot for making us aware of it. Got fixed with #3563 and will be released with the next version. |
Fix got released with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When a custom node defines no parameters but requires a credential - node edit window in the UI does not display credential dropdown widget, and a credential cannot be set.
To Reproduce
Create a custom nodes which requires a credential object and which has an empty "properties" array. Node edit window in UI does not display dropdown to choose a credential.
Expected behavior
Node edit UI window displays credentials dropdown
Environment (please complete the following information):
npm install
own
,main
andqueue
. Default isown
] ownThe text was updated successfully, but these errors were encountered: