context: Do not use context for reports not meant for direct human consumption
This commit is contained in:
committed by
Paul Beckingham
parent
97dbb0cfe4
commit
4fe23fcfcd
@@ -169,7 +169,7 @@ CmdCompletionProjects::CmdCompletionProjects ()
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_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