TW-1877: task done, task edit, task is now pending

- Thanks to Eric Hymowitz.
This commit is contained in:
Paul Beckingham 2017-01-16 20:48:45 -05:00
parent f543182626
commit 12486c16cc
3 changed files with 3 additions and 1 deletions

View file

@ -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");
}
}