Ignore:
Timestamp:
Jun 21, 2010, 8:51:55 AM (14 years ago)
Author:
gav
Message:

Update event comment on TaskRecurringSchedule domain class, no domain change made.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/TaskRecurringSchedule.groovy

    r445 r603  
    3434    }
    3535
    36     // As of Grails 1.1.1 this does not fire/pass before validation.
    37     // But setting some defaults above to pass validation and placing this code here
    38     // in the hope that this will be fixed in future versions.
     36    // Events do not fire/pass before validation, since they are called during flushing.
     37    // Defaults set above to pass validation.
    3938    def beforeInsert = {
    4039        setNextGenerationDate()
Note: See TracChangeset for help on using the changeset viewer.