Grails-Plugin-Consortium / grails-filterpane

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

Grails 2 fix for sort (order by) #74

Closed ugger closed 7 years ago

ugger commented 7 years ago

Fixes sorting on association, when the filter was not an association!

ex. domainClass.name = “x” and sort = domainClass.oneToManyAssociation.name

I have added a test for this, in RobotControllerSpec.

Also upped grails version to 2.5.4.