Export
- Added the ability to include the ID in _query command results.
This commit is contained in:
@@ -613,7 +613,7 @@ int handleQuery (std::string& outs)
|
||||
if (t != tasks.begin ())
|
||||
outs += ",\n";
|
||||
|
||||
outs += t->composeJSON ();
|
||||
outs += t->composeJSON (true);
|
||||
}
|
||||
|
||||
outs += "\n";
|
||||
|
||||
Reference in New Issue
Block a user