Ignore:
Timestamp:
Mar 16, 2010, 5:18:20 PM (14 years ago)
Author:
gav
Message:

Add maxSubTasks and useTargetCompletionDate to TaskRecurringSchedule as features to end subTask generation.

File:
1 edited

Legend:

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

    r210 r445  
    1212    Integer generateAhead = 1
    1313    Integer subTasksGenerated = 0
     14    Integer maxSubTasks = 0
    1415    Date nextGenerationDate = new Date()
    15     Date nextTargetStartDate = new Date()
     16    Date nextTargetStartDate = new Date()+1
    1617    Date nextTargetCompletionDate = new Date()
    1718    boolean enabled = true
     19    boolean useTargetCompletionDate = false
    1820
    1921//     static hasMany = []
Note: See TracChangeset for help on using the changeset viewer.