Bug #973
- Fixed bug #973, including 'urgency' in the 'export' output (thanks to Andy Spiegl).
This commit is contained in:
@@ -120,6 +120,10 @@ int CmdImport::execute (std::string& output)
|
||||
if (i->first == "id")
|
||||
;
|
||||
|
||||
// Urgency, if present, is ignored.
|
||||
if (i->first == "urgency")
|
||||
;
|
||||
|
||||
// Dates are converted from ISO to epoch.
|
||||
else if (col->type () == "date")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user