mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-27 03:06:11 +01:00
Bug repeating monthly recurring todos
This commit is contained in:
parent
eaa66be698
commit
a6c32889ce
2 changed files with 39 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ class RecurringTodo < ActiveRecord::Base
|
|||
|
||||
case self.recurrence_selector
|
||||
when 0 # specific day of the month
|
||||
if start.mday > day
|
||||
if start.mday >= day
|
||||
# there is no next day n in this month, search in next month
|
||||
#
|
||||
# start += n.months
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue