Changeset 2246 for trunk/grails-app
- Timestamp:
- Jun 5, 2012, 10:25:12 AM (11 years ago)
- Location:
- trunk/grails-app/domain/dbnp/studycapturing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Assay.groovy
r2200 r2246 53 53 54 54 static mapping = { 55 cache true 55 56 sort "name" 56 57 -
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r2237 r2246 66 66 67 67 static mapping = { 68 cache true 68 69 autoTimestamp true 69 70 sort "title"
Note: See TracChangeset
for help on using the changeset viewer.