We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This project seems dead so I won't bother with a 'formal' bug report, but I am keeping it going thusly:
In FilterPaneService.groovy#doFilter:
// def defaultSort // try { // def gdb // Class clz = new GrailsAwareClassLoader().loadClass('org.grails.orm.hibernate.cfg.GrailsDomainBinder') // if (clz) { // gdb = clz.getDeclaredConstructor().newInstance() // if (gdb?.class?.simpleName == 'GrailsDomainBinder') { // // https://github.com/grails/grails-data-mapping/issues/725 //// defaultSort = gdb?.getMapping(filterClass)?.sort // defaultSort = GrailsDomainBinder.getMapping(filterClass)?.sort // } // } // } catch (NoSuchMethodException nsme) { // log.info("Could not instantiate org.grails.orm.hibernate.cfg.GrailsDomainBinder on filterClass ${filterClass}", nsme) // } catch (Exception ex) { // log.info("No mapping property found on filterClass ${filterClass}", ex) // } def defaultSort = GrailsDomainBinder.getMapping(filterClass)?.sort
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This project seems dead so I won't bother with a 'formal' bug report, but I am keeping it going thusly:
In FilterPaneService.groovy#doFilter:
The text was updated successfully, but these errors were encountered: