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 "
|
||||
<< task->id
|
||||
<< " with '"
|
||||
<< task->get ("description")
|
||||
<< context.task.get ("description")
|
||||
<< "'"
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user