Changeset 1154
- Timestamp:
- Nov 17, 2010, 11:52:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Person.groovy
r1036 r1154 41 41 42 42 static mapping = { 43 sort "lastName, firstName" 43 sort 'lastName': 'asc' 44 sort 'firstName': 'asc' 44 45 } 45 46
Note: See TracChangeset
for help on using the changeset viewer.