Changeset 603 for trunk/grails-app/domain
- Timestamp:
 - Jun 21, 2010, 8:51:55 AM (15 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/domain/TaskRecurringSchedule.groovy
r445 r603 34 34 } 35 35 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. 39 38 def beforeInsert = { 40 39 setNextGenerationDate()  
Note: See TracChangeset
          for help on using the changeset viewer.
      