mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
Bug 899
- Fixed bug #899, which displayed incorrect project completion numbers (thanks to Paul-Gheorghe Barbu). - Added unit tests.
This commit is contained in:
parent
c092b027a6
commit
bf9e14f581
5 changed files with 68 additions and 15 deletions
|
@ -66,7 +66,6 @@ int CmdLog::execute (std::string& output)
|
|||
throw std::string (STRING_CMD_LOG_NO_WAITING);
|
||||
|
||||
context.tdb2.add (task);
|
||||
|
||||
context.footnote (onProjectChange (task));
|
||||
context.tdb2.commit ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue