mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug
- The export command included the value of date fields instead of the name of date fields.
This commit is contained in:
parent
0f627bd44e
commit
28183711c4
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ std::string Task::composeJSON (bool include_id /*= false*/) const
|
||||||
{
|
{
|
||||||
Date d (i->second);
|
Date d (i->second);
|
||||||
out << "\""
|
out << "\""
|
||||||
<< i->second
|
<< i->first
|
||||||
<< "\":\""
|
<< "\":\""
|
||||||
<< d.toISO ()
|
<< d.toISO ()
|
||||||
<< "\"";
|
<< "\"";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue