mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1877: task done, task edit, task is now pending
- Thanks to Eric Hymowitz.
This commit is contained in:
parent
f543182626
commit
12486c16cc
3 changed files with 3 additions and 1 deletions
|
@ -458,7 +458,6 @@ void CmdEdit::parseTask (Task& task, const std::string& after, const std::string
|
|||
if (task.get ("scheduled") != "")
|
||||
{
|
||||
context.footnote (STRING_EDIT_SCHED_DEL);
|
||||
task.setStatus (Task::pending);
|
||||
task.remove ("scheduled");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue