TW-1877: task done, task edit, task is now pending
- Thanks to Eric Hymowitz.
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -310,3 +310,4 @@ suggestions:
|
|||||||
Sergey Trofimov
|
Sergey Trofimov
|
||||||
eezewaek
|
eezewaek
|
||||||
Hubert Toullec
|
Hubert Toullec
|
||||||
|
Eric Hymowitz
|
||||||
|
|||||||
@@ -47,6 +47,8 @@
|
|||||||
(thanks to eezewaek).
|
(thanks to eezewaek).
|
||||||
- TW-1873 Specify different path to extensions/hooks directory
|
- TW-1873 Specify different path to extensions/hooks directory
|
||||||
(thanks to Eli).
|
(thanks to Eli).
|
||||||
|
- TW-1877 task done, task edit, task is now pending
|
||||||
|
(thanks to Eric Hymowitz).
|
||||||
- TW-1878 uuids subcommand produces a space-delimited list, not comma-delimited
|
- TW-1878 uuids subcommand produces a space-delimited list, not comma-delimited
|
||||||
(thanks to Scott Kostyshak).
|
(thanks to Scott Kostyshak).
|
||||||
- TW-1881 Missing last character(s) in Description field
|
- TW-1881 Missing last character(s) in Description field
|
||||||
|
|||||||
@@ -458,7 +458,6 @@ void CmdEdit::parseTask (Task& task, const std::string& after, const std::string
|
|||||||
if (task.get ("scheduled") != "")
|
if (task.get ("scheduled") != "")
|
||||||
{
|
{
|
||||||
context.footnote (STRING_EDIT_SCHED_DEL);
|
context.footnote (STRING_EDIT_SCHED_DEL);
|
||||||
task.setStatus (Task::pending);
|
|
||||||
task.remove ("scheduled");
|
task.remove ("scheduled");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user