Make sure that newly created periodic task are not done
This commit is contained in:
parent
2072fbb4d5
commit
1056b86f9d
1 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ class PeriodicTaskGroup < ActiveRecord::Base
|
|||
|
||||
next_task = template_task.dup
|
||||
next_task.due_date = next_task_date
|
||||
next_task.done = false
|
||||
next_task.save
|
||||
|
||||
self.next_task_date += period_days
|
||||
|
|
Loading…
Reference in a new issue