action #65205
Updated by okurz 2 months ago
### Observation observation
The result filter on "All tests" page affects running and scheduled job tables. This is notable when *reloading* the page after selecting a filter (or adding the URL query parameter manually).
For example https://openqa.opensuse.org/tests?resultfilter=Failed will result in empty tables for scheduled jobs
### Problem problem
This is weird considering the filter is within the "Last XXX finished jobs" section and running/scheduled jobs don't have a result anyways. It is also not what I had in mind when adding the filter.
### Acceptance criteria
* **AC1**: The result filter does not affect scheduled and running jobs on the "All tests" page - also when present as query parameter when loading the page initially. suggestion
### Suggestion
The tables for running/scheduled jobs should be unaffected by query parameters.
## Further details
entrance level issue
Back