diff --git a/src/Task.cpp b/src/Task.cpp index c00b174d4..ad99e8b1d 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -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; }