Context: Do not apply context for the export command
This commit is contained in:
committed by
Paul Beckingham
parent
4eb70e68b7
commit
1465bcb918
@@ -54,7 +54,7 @@ int CmdExport::execute (std::string& output)
|
||||
// Apply filter.
|
||||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
filter.subset (filtered);
|
||||
filter.subset (filtered, false);
|
||||
|
||||
// Obey 'limit:N'.
|
||||
int rows = 0;
|
||||
|
||||
Reference in New Issue
Block a user