alexkramer / grails-hibernate-filter

Hibernate Filters Support for Grails 3, Hibernate 5, and GORM 6
Apache License 2.0
4 stars 8 forks source link

Added joinTable parameter back for many to many filter #1

Closed sudosandwich3 closed 7 years ago

sudosandwich3 commented 7 years ago

http://grails.org/plugin/hibernate-filter#Join%20tables

Add support for many to many relationships that have a join table

alexkramer commented 7 years ago

Thanks for pointing this gap out. I went back to the Grails 2 version and reimplemented the changes which I just merged into Master (you can check out PR #2 ). My version included all of the test cases as well.

sudosandwich3 commented 7 years ago

Even better. Thank you!