Bug
- The export command included the value of date fields instead of the name of date fields.
This commit is contained in:
@@ -661,7 +661,7 @@ std::string Task::composeJSON (bool include_id /*= false*/) const
|
||||
{
|
||||
Date d (i->second);
|
||||
out << "\""
|
||||
<< i->second
|
||||
<< i->first
|
||||
<< "\":\""
|
||||
<< d.toISO ()
|
||||
<< "\"";
|
||||
|
||||
Reference in New Issue
Block a user