TW‐1566: Context is applied on 'task export'
- Thanks to Tomas Babej.
This commit is contained in:
@@ -572,7 +572,8 @@ void CLI2::addContextFilter ()
|
||||
|
||||
// The 'undo' command does not apply context.
|
||||
auto cmd = getCommand ();
|
||||
if (cmd == "undo")
|
||||
if (cmd == "undo" ||
|
||||
cmd == "export")
|
||||
return;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user