Changeset 2147
- Timestamp:
- Jan 24, 2012, 10:32:09 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Event.groovy
r1922 r2147 62 62 ] 63 63 64 65 64 static mapping = { 65 sort "startTime" 66 66 67 68 templateTextFields type: 'text'69 67 // Workaround for bug http://jira.codehaus.org/browse/GRAILS-6754 68 templateTextFields type: 'text' 69 } 70 70 71 71 /**
Note: See TracChangeset
for help on using the changeset viewer.