mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Display task ID when unwaiting task
This commit is contained in:
parent
543251da21
commit
ca55624286
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ void TF2::load_gc (Task& task)
|
|||
Context::getContext ().tdb2.pending._dirty = true;
|
||||
|
||||
if (Context::getContext ().verbose ("unwait"))
|
||||
Context::getContext ().footnote (format ("Un-waiting task '{1}'", task.get ("description")));
|
||||
Context::getContext ().footnote (format ("Un-waiting task {1} '{2}'", task.id, task.get ("description")));
|
||||
}
|
||||
|
||||
Context::getContext ().tdb2.pending._tasks.push_back (task);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue