mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement
- Re-enabled the onProjectChange function, and upgraded it to TDB2. Now it does a lot less, which is another way of saying it is faster.
This commit is contained in:
parent
c54bb8a42a
commit
d37e46cc48
3 changed files with 15 additions and 38 deletions
|
@ -66,9 +66,7 @@ int CmdLog::execute (std::string& output)
|
|||
|
||||
context.tdb2.add (task);
|
||||
|
||||
/*
|
||||
TODO context.footnote (onProjectChange (task));
|
||||
*/
|
||||
context.footnote (onProjectChange (task));
|
||||
context.tdb2.commit ();
|
||||
|
||||
if (context.config.getBoolean ("echo.command"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue