Bug
- Fixed problem where 'project' was not supported as a verbosity token (thanks to Adam Gibbins).
This commit is contained in:
@@ -87,7 +87,8 @@ int CmdPrepend::execute (std::string& output)
|
||||
context.tdb2.modify (*task);
|
||||
++count;
|
||||
feedback_affected (STRING_CMD_PREPEND_TASK, *task);
|
||||
projectChanges[task->get ("project")] = onProjectChange (*task, true);
|
||||
if (context.verbose ("project"))
|
||||
projectChanges[task->get ("project")] = onProjectChange (*task, true);
|
||||
|
||||
// Prepend to siblings.
|
||||
if (task->has ("parent"))
|
||||
|
||||
Reference in New Issue
Block a user