Grails-Plugin-Consortium / grails-filterpane

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

GPFILTERPANE-81 Fix multiple associations to same domain class property #23

Closed wavyx closed 11 years ago

wavyx commented 11 years ago

Hi,

I've fixed the http://jira.grails.org/browse/GPFILTERPANE-81 based on the provided patch. I had to make some arrangement since the FilterPaneFieldNamePrefix was the same for all associations related to a specific domain class property. I'm now using a dynamic prefix method in order to store different prefix according to the association used.

wavyx commented 11 years ago

Any time to review/include this pull request? or any comments