Changeset 1327
- Timestamp:
- Dec 30, 2010, 10:02:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r1246 r1327 55 55 sort "title" 56 56 57 // Make sure the TEXT field description is persisted with a TEXT field in the database 58 description type: 'text' 57 59 // Workaround for bug http://jira.codehaus.org/browse/GRAILS-6754 58 60 templateTextFields type: 'text' 61 59 62 } 60 63
Note: See TracChangeset
for help on using the changeset viewer.