Changeset 1170 for trunk/grails-app/domain/dbnp/studycapturing/Event.groovy
- Timestamp:
- Nov 18, 2010, 2:51:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Event.groovy
r1036 r1170 13 13 class Event extends TemplateEntity { 14 14 15 static searchable = true 15 // uncommented due to searchable issue 16 // @see http://jira.codehaus.org/browse/GRAILSPLUGINS-1577 17 // Enabling this causes the error: Trying to marshall a null id [id] for alias [Event] in the study create wizard when you add events 18 // static searchable = true 16 19 17 20 static belongsTo = [parent : Study]
Note: See TracChangeset
for help on using the changeset viewer.