mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Enhancement - en passant "done"
- When marking task(s) as done, it is now possible to modify them at the same time.
This commit is contained in:
parent
b23bad9a5b
commit
5cf33105a3
3 changed files with 45 additions and 15 deletions
|
@ -280,6 +280,7 @@ bool TDB::completeT (const T& t)
|
|||
for (it = all.begin (); it != all.end (); ++it)
|
||||
if (task.getId () == it->getId ())
|
||||
{
|
||||
*it = t;
|
||||
it->setStatus (T::completed);
|
||||
|
||||
char endTime[16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue