Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.10.0-b1
-
Fix Version/s: 4.10.0-b1
-
Component/s: None
-
Labels:None
Description
JS was added to submit filtering forms whenever an ajax link (such as a status link or pagination button) is clicked. This was to maintain filters while following those links. There are two problems with this:
- If a link is clicked while no filters have been altered (and the form may not even have been expanded) the form is submitted and expanded on reload
- If filters are submitted, then the page reloads and the filters are changed. Clicking a link will submit whatever is in the form now, rather than what was previously submitted