mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
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:
parent
13955bc6ae
commit
2c0da35225
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue