Grails – DomainObject.findAll() does not presort returned objects…
So I have a drop down list of Applications… Well the Applications domain object specifies that it should presort all returns by the appName field. This works great when doing something like user.applications. Yet when I did my normal Application.findAll() the list it returned was not sorted by appName. I instead had to use Application.list().
Posted in: grails
Leave a comment
You must be logged in to post a comment.

