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

Event template search/filter breaks when switching between targets #264

Closed
andrewazores opened this issue Aug 30, 2021 · 0 comments · Fixed by #273
Closed

Event template search/filter breaks when switching between targets #264

andrewazores opened this issue Aug 30, 2021 · 0 comments · Fixed by #273
Assignees
Labels
bug Something isn't working

Comments

@andrewazores
Copy link
Member

Similar to #263

To reproduce:

  • Select the 9093 application
  • Navigate to Events/Event Templates
  • Click the Filter text box for Templates and enter "prof"
  • Observe that the list is updated to show only templates matching this string (ex. Profiling)
  • Select the quarkus-run.jar application

Current behaviour:
The templates list is broken. The filter box contains no text, but the templates table/list still contains only the Profiling item. Clicking in the filter box and entering any text updates the filter/resets the view, ex. pressing 'space' resets the view to show all items.

Expected behaviour:
If the filter box is empty, there should be no filtering applied, and all of the templates should be present in the list.
Switching between targets should reset both the filter box and the table state.

@andrewazores andrewazores added the bug Something isn't working label Aug 30, 2021
@andrewazores andrewazores changed the title Event search/filter breaks when switching between targets Event template search/filter breaks when switching between targets Aug 30, 2021
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.

2 participants