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

Closed
kamahuan opened this issue Dec 27, 2024 · 1 comment
Labels
v3.0.0 Issues targeting release v3.0.0

Comments

@kamahuan
Copy link
Contributor

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)

@ohltyler
Copy link
Member

Closed as part of #605

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

Successfully merging a pull request may close this issue.

2 participants