Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Grails-FilterPane 0.7
-
Fix Version/s: Grails-FilterPane 2.0
-
Component/s: None
-
Labels:None
-
Environment:Grails 1.3.6
Description
If I create a filter, the the current filter criteria are displayed in the currentCriteria tag.
However if I also sorted the filter result and then removes one of the criteria by pressing one of the remove bullets, the sort order is dropped.
It would be nice if the "sort" and "order" params are forwarded to the new filtered view.
Best regards
Jonas
sort and order params are now passed through when removing a criteria via the tag.