fix corner case where recurring todo with due in future and show_from in past did not create corresponding todo

you cannot add todos with show_from in the past
This commit is contained in:
Reinier Balt 2008-08-19 14:33:09 +02:00
parent 223cf93597
commit 065f543a83
4 changed files with 151 additions and 146 deletions

View file

@ -18,5 +18,5 @@ class RecurringTodosControllerTest < ActionController::TestCase
xhr :post, :destroy, :id => 1, :_source_view => 'todo'
assert_rjs :page, "recurring_todo_1", :remove
end
end