Grails-Plugin-Consortium / grails-filterpane

Filterpane plugin for grails.
Apache License 2.0
16 stars 44 forks source link

Fixed problem with sort params in filterLink tag #49

Closed stenix71 closed 9 years ago

stenix71 commented 9 years ago

When filterLink tag was pointing to a different controller than the current, the sort params became invalid. This has been fixed. This change also makes it possible to explicitly set the sort and order parameters as attributes to the filterLink tag.