Skip to content
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

Disabled resources should not be listed in search drop-down #1438

Closed
glopesdev opened this issue Jun 29, 2023 · 0 comments · Fixed by #1439
Closed

Disabled resources should not be listed in search drop-down #1438

glopesdev opened this issue Jun 29, 2023 · 0 comments · Fixed by #1439
Labels
bug Something isn't working

Comments

@glopesdev
Copy link
Member

The ResourceNameConverter helper class provides functionality for listing in a drop-down the available resources declared by a workflow for nodes needing to reference specific resource names. The class makes a scope-dependent search through workflow nodes and returns all resource strings in specific resources.

Unfortunately it will currently return strings even for resources provided by disabled nodes. Filtering out these resources would reduce the likelihood of errors and also enable fallback dropdowns in cases where no resource is found (e.g. serial port names).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant