Bug Fix
- Fixed bug in annotations that caused it to echo back the original description, instead of the new annotation, when adding a new annotation.
This commit is contained in:
@@ -1221,7 +1221,7 @@ std::string handleAnnotate ()
|
|||||||
out << "Annotated "
|
out << "Annotated "
|
||||||
<< task->id
|
<< task->id
|
||||||
<< " with '"
|
<< " with '"
|
||||||
<< task->get ("description")
|
<< context.task.get ("description")
|
||||||
<< "'"
|
<< "'"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user