Bug Fix
- Fixed bug that generated an export file that was incompatible with task 1.7.1 import. Now there is a smooth migration path back to 1.7.1 in case 1.8.0 proves unacceptable.
This commit is contained in:
@@ -811,8 +811,8 @@ std::string handleExport ()
|
||||
{
|
||||
std::stringstream out;
|
||||
|
||||
out << "'id',"
|
||||
<< "'uuid',"
|
||||
// Deliberately no 'id'.
|
||||
out << "'uuid',"
|
||||
<< "'status',"
|
||||
<< "'tags',"
|
||||
<< "'entry',"
|
||||
|
||||
Reference in New Issue
Block a user