mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Task
- Now decodes backslashes on annotation add.
This commit is contained in:
parent
bd4a7081c1
commit
2e3be1c5a0
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ void Task::addAnnotation (const std::string& description)
|
||||||
}
|
}
|
||||||
while (has (key));
|
while (has (key));
|
||||||
|
|
||||||
(*this)[key] = description;
|
(*this)[key] = json::decode (description);
|
||||||
++annotation_count;
|
++annotation_count;
|
||||||
recalc_urgency = true;
|
recalc_urgency = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue