Context: Now obeys command DNA
- Applying a context filter is now performed only when a command requests it.
This commit is contained in:
@@ -60,7 +60,7 @@ int CmdExport::execute (std::string& output)
|
||||
// Apply filter.
|
||||
Filter filter;
|
||||
std::vector <Task> filtered;
|
||||
filter.subset (filtered, false);
|
||||
filter.subset (filtered);
|
||||
|
||||
if (filter.hasModifications ())
|
||||
throw std::string (STRING_ERROR_NO_MODS);
|
||||
|
||||
Reference in New Issue
Block a user