Changeset 195
- Timestamp:
- Nov 22, 2009, 4:28:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/TaskRecurringSchedule.groovy
r146 r195 35 35 36 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 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. 39 39 def beforeInsert = { 40 40 nextTargetStartDate = startDate
Note: See TracChangeset
for help on using the changeset viewer.