Grails-Plugin-Consortium / grails-filterpane

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

Fix for filtering by Class attribute #29

Closed kuceram closed 10 years ago

kuceram commented 10 years ago

The super classes has a "class" property which can be queried in criteria using the full class name (String). Custom Class properties needs to be passed as Class types.

Documentation also doesn't specify that the supper class "class" property could be filtered only if table-per-hierarchy hibernate mapping is used... Could you include that? :-)

ctoestreich commented 10 years ago

Did you want to take a swag at http://jira.grails.org/browse/GPFILTERPANE-114 ?

kuceram commented 10 years ago

I can look on that :-)

kuceram commented 10 years ago

I did the fix, it is also backward compatible for Grails version lower than 2.3...