mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Task
- Now decodes backslashes on attribute set.
This commit is contained in:
parent
819d15b2a1
commit
bd4a7081c1
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ time_t Task::get_date (const std::string& name) const
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Task::set (const std::string& name, const std::string& value)
|
||||
{
|
||||
(*this)[name] = value;
|
||||
(*this)[name] = json::decode (value);
|
||||
|
||||
recalc_urgency = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue