CmdExport: Do not use context
Per the design of the context feature, 'task export' is not supposed to leverage context. This is a regression from 2.4.4.
This commit is contained in:
committed by
Paul Beckingham
parent
5325efbd07
commit
d006a2820b
@@ -42,7 +42,7 @@ CmdExport::CmdExport ()
|
||||
_read_only = true;
|
||||
_displays_id = true;
|
||||
_needs_gc = true;
|
||||
_uses_context = true;
|
||||
_uses_context = false;
|
||||
_accepts_filter = true;
|
||||
_accepts_modifications = false;
|
||||
_accepts_miscellaneous = false;
|
||||
|
||||
Reference in New Issue
Block a user