Bug Fix - #360 Huh? "You cannot remove the recurrence from a recurring task. "

- The logic for detecting changes to a recurring task was wrong.
- Added unit tests for this bug.
This commit is contained in:
Paul Beckingham 2010-01-24 17:35:37 -05:00
parent 545013e839
commit 383962173e
3 changed files with 78 additions and 5 deletions

View file

@ -63,6 +63,8 @@
+ Fixed bug that was causing the 'completed' report to sort incorrectly.
+ Fixed bug that showed a calendar for the year 2037 when 'task calendar due'
was run, and there are no tasks with due dates.
+ Fixed bug #360 which prevented certain modifications to recurring tasks
(thanks to John Flrorian).
------ old releases ------------------------------