You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do not have a project selected in the header dropdown in the ibutsu UI, then I can view all tabs of the test runs and individual test results, except for the run's Classify Failure tab. The page fails to load, and the browser console shows JS errors:
TypeError: t is null
value filtertable.js:293
value filtertable.js:301
[...]
value run.js:378
If I select the correct project from the project dropdown, then the tab loads. I'm not sure why a project needs to be selected only for this one tab, but there should be some warning message if it's required, and it should display a helpful error message if there is a problem loading the results.
The text was updated successfully, but these errors were encountered:
@tpapaioa great catch! I was able to reproduce it when doing patternfly 5 migration. We will deal with such issues later to provide better user experience!
@tpapaioa I'm going to re-test this against the Red Hat stage instance, since the project selection was moved out of browser storage and is now tied to static routing.
If you are on the view with the classify failures tab, it should be impossible now for the project to not be set.
If you navigated there, you had to set project.
If you got there from following a link, the project should be set when the page renders based on the URL.
If I do not have a project selected in the header dropdown in the ibutsu UI, then I can view all tabs of the test runs and individual test results, except for the run's
Classify Failure
tab. The page fails to load, and the browser console shows JS errors:If I select the correct project from the project dropdown, then the tab loads. I'm not sure why a project needs to be selected only for this one tab, but there should be some warning message if it's required, and it should display a helpful error message if there is a problem loading the results.
The text was updated successfully, but these errors were encountered: