Ignore:
Timestamp:
Nov 18, 2010, 2:51:09 PM (13 years ago)
Author:
business@…
Message:

reverting the searchable property of Event, bug is still there and causes errors in the wizard when events are created

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/Event.groovy

    r1036 r1170  
    1313class Event extends TemplateEntity {
    1414
    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
    1619
    1720        static belongsTo = [parent : Study]     
Note: See TracChangeset for help on using the changeset viewer.