-
-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Decription
On the Set Requests page of a user, it successfully shows all systems by default, but changing the system filter and going back doesn't work.
To Reproduce
- Go to https://retroachievements.org/games/requests/Mindhral > the filter is on All Systems, and all systems are shown, including unsupported ones (such as Wii or DOS to this date)
- Select any other system, or "Only Supported Systems" > the list is updated correctly
- Select "All Systems" again > the list is updated with all supported systems, but doesn't include DOS and Wii
Expected behavior
To get the games for unsupported systems again without the need to reload the whole page.
Screenshots
On page load:

Selecting "Only Supported Systems":

Selecting "All Systems":

Desktop (please complete the following information):
- OS: Windows 10
- Browser: Firefox 146.0.1
Additional context
Watching the requests sent using Firefox dev tools, we can see that the filter[system] argument is missing on the last call. If I resend the request adding filter[system]=all, the response contains all the expected games count.
It also shows on the filter widget, where you can only see "System" on the 3rd screenshot above instead of "System | All Systems" on the first one.