Task
- Now decodes backslashes on attribute set.
This commit is contained in:
@@ -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)
|
void Task::set (const std::string& name, const std::string& value)
|
||||||
{
|
{
|
||||||
(*this)[name] = value;
|
(*this)[name] = json::decode (value);
|
||||||
|
|
||||||
recalc_urgency = true;
|
recalc_urgency = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user