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:
Tomas Babej 2015-09-22 07:46:26 +02:00 committed by Paul Beckingham
parent 5325efbd07
commit d006a2820b

View file

@ -42,7 +42,7 @@ CmdExport::CmdExport ()
_read_only = true; _read_only = true;
_displays_id = true; _displays_id = true;
_needs_gc = true; _needs_gc = true;
_uses_context = true; _uses_context = false;
_accepts_filter = true; _accepts_filter = true;
_accepts_modifications = false; _accepts_modifications = false;
_accepts_miscellaneous = false; _accepts_miscellaneous = false;