Display task ID when unwaiting task
This commit is contained in:
committed by
Paul Beckingham
parent
376d336525
commit
08d985f40c
@@ -367,7 +367,7 @@ void TF2::load_gc (Task& task)
|
|||||||
Context::getContext ().tdb2.pending._dirty = true;
|
Context::getContext ().tdb2.pending._dirty = true;
|
||||||
|
|
||||||
if (Context::getContext ().verbose ("unwait"))
|
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);
|
Context::getContext ().tdb2.pending._tasks.push_back (task);
|
||||||
|
|||||||
Reference in New Issue
Block a user