Bug Fix - #319 Removing tag from many tasks, incorrect change summary

- Fixed bug that caused task to not properly detect the removal of a
  tag when obtaining confirmation from the user fora bulk modification
  (thanks to Cory Donnelly).
This commit is contained in:
Paul Beckingham 2009-12-02 00:13:37 -05:00
parent 13955bc6ae
commit 2c0da35225
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,9 @@
column was invalid. It was misnamed in the documentation, which should
have read 'recurrence_indicator'. Also, the 'tag_indicator' column was
not mentioned anywhere (thanks to T. Charles Yun).
+ Fixed bug #319 that caused task to not properly detect the removal of a
tag when obtaining confirmation from the user fora bulk modification
(thanks to Cory Donnelly).
------ old releases ------------------------------

View file

@ -549,7 +549,6 @@ std::string taskDifferences (const Task& before, const Task& after)
foreach (name, beforeAtts)
if (*name != "uuid" &&
after.get (*name) != "" &&
before.get (*name) != after.get (*name))
out << " - "
<< *name