mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1734: calendar gives an error when context is set
- Thanks to Simon Michael.
This commit is contained in:
parent
60667dbcaa
commit
d564aac978
3 changed files with 13 additions and 1 deletions
|
@ -49,7 +49,7 @@ CmdCalendar::CmdCalendar ()
|
|||
_read_only = true;
|
||||
_displays_id = true;
|
||||
_needs_gc = true;
|
||||
_uses_context = true;
|
||||
_uses_context = false;
|
||||
_accepts_filter = false;
|
||||
_accepts_modifications = false;
|
||||
_accepts_miscellaneous = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue