mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
fix small bug where a check was done on a wrong value
This commit is contained in:
parent
aa4eacc8d6
commit
c5598a94ee
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ class RecurringTodo < ActiveRecord::Base
|
|||
case self.target
|
||||
when 'due_date'
|
||||
return get_next_date(previous)
|
||||
when 'show_from'
|
||||
when 'show_from_date'
|
||||
# so leave due date empty
|
||||
return nil
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue