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

Unable to list all tests in the UI #2282

Closed
lampajr opened this issue Feb 24, 2025 · 0 comments · Fixed by #2283
Closed

Unable to list all tests in the UI #2282

lampajr opened this issue Feb 24, 2025 · 0 comments · Fixed by #2283
Assignees
Labels
area/UI type/bug Something isn't working

Comments

@lampajr
Copy link
Member

lampajr commented Feb 24, 2025

Describe the bug

After upgrading to Patternfly 5 it looks like arg.cell.value is not a String array anymore but a Set and this is breaking the current frontend preventing to show the list of tests.

error during render TypeError: watching.some is not a function
    at WatchDropdown (AllTests.tsx:80:31)

To Reproduce

  1. Create a test
  2. Reload the /test/ web page

Image

Version

What is the version of Horreum ?

If you are using a development branch; what is the commit id ?

0.18.x
@lampajr lampajr added area/UI type/bug Something isn't working labels Feb 24, 2025
@lampajr lampajr self-assigned this Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/UI type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant