Task
- Now decodes backslashes on annotation add.
This commit is contained in:
@@ -1047,7 +1047,7 @@ void Task::addAnnotation (const std::string& description)
|
||||
}
|
||||
while (has (key));
|
||||
|
||||
(*this)[key] = description;
|
||||
(*this)[key] = json::decode (description);
|
||||
++annotation_count;
|
||||
recalc_urgency = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user