Steps to reproduce the issue
- install a Joomla 4 compatible extension that supports download ids
- Return to Home Dashboard - see that A Download Key is missing quick icon is shown - click it to get to http://127.0.0.1:4444/administrator/index.php?option=com_installer&view=updatesites&filter[supported]=-1
- Click the name of the extension to get to the edit page eg url http://127.0.0.1:4444/administrator/index.php?option=com_installer&view=updatesite&layout=edit&update_site_id=6
- Enter a download id (anything) and click save and closse
- Note that CORRECTLY it now says "No Matching Results" because we are filtered by "Download Key Invalid"
- Change the filter to deselect "Download Key Invalid" to "-Select Download Key-"
- We now have no filters so CORRECTLY the filters options are no longer shown
- HOWEVER we also INCORRECTLY now have "No Matching Results" shown.
- Try to open Filter Options and make selections from the dropdowns - all will result in "No Matching Results" shown.
- Press Clear to clear all selections from the dropdowns - result still "No Matching Results" shown.
- Press Rebuild - result still "No Matching Results" shown.
- Search for the name of your extension - result still "No Matching Results" shown.
Im guessing there is some filter (filter[supported] ?) in the session that comes from the GET request from the quickicon click that cannot be toggled using the interface.
Expected result
filters apply correctly
Actual result
- HOWEVER we also INCORRECTLY now have "No Matching Results" shown.
- Try to open Filter Options and make selections from the dropdowns - all will result in "No Matching Results" shown.
- Press Clear to clear all selections from the dropdowns - result still "No Matching Results" shown.
- Press Rebuild - result still "No Matching Results" shown.
- Search for the name of your extension - result still "No Matching Results" shown.
System information (as much as possible)
safari on mac, google chrome on mac
Additional comments
@PhilETaylor There was a PR merged earlier today #34357
Could you check to see if it solves this issue?