Description of problem: Advanced search on the Reserve Report does not work. Version-Release number of selected component (if applicable): 22.1 How reproducible: easily Steps to Reproduce: 1. Open the Reserve Report (Reports -> Reserve from the top menu) 2. Use advanced search to search for System/User is dcallagh, or any other search Actual results: Page reloads but search parameters are discarded (replaced by a default System/Reserved before today) and the search has no effect. Expected results: Search should work. Additional info: Regression in 22.0. Looks like query params are being ignored, maybe a param name mismatch in the search bar vs. what the server side search code is looking for. Previously it was "reservesearch" but is now "systemsearch".
The problem is just that we have some code unconditionally replacing the search from the query string with a default search. http://gerrit.beaker-project.org/4666
Beaker 22.2 has been released.