mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
parent
5c92dea674
commit
33dcea68f5
2 changed files with 20 additions and 0 deletions
|
@ -94,6 +94,10 @@ int CmdDone::execute (std::string&)
|
|||
task.addAnnotation (Context::getContext ().config.get ("journal.time.stop.annotation"));
|
||||
}
|
||||
|
||||
// Un-wait the task, if waiting.
|
||||
if (task.has ("wait"))
|
||||
task.remove ("wait");
|
||||
|
||||
if (permission (taskDifferences (before, task) + question, filtered.size ()))
|
||||
{
|
||||
updateRecurrenceMask (task);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue