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

[ENHANCEMENT] hide ProcessorList component for SEARCH_REQUEST when version < 2.19.0 #550

Open
kamahuan opened this issue Dec 27, 2024 · 0 comments
Labels

Comments

@kamahuan
Copy link

Currently, the ProcessorsList component is displayed for all contexts regardless of version. For better version compatibility, we need to hide the entire processor section in the WorkflowInputs component when:

  • Context is SEARCH_REQUEST
  • Version is less than 2.19.0

This change should be implemented in the WorkflowInputs component, not in the ProcessorsList component.
Reference: #537 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants