mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
TW‐1566: Context is applied on 'task export'
- Thanks to Tomas Babej.
This commit is contained in:
parent
0021bf75e9
commit
24bb606a52
2 changed files with 3 additions and 1 deletions
|
@ -52,6 +52,7 @@
|
||||||
to Renato Alves).
|
to Renato Alves).
|
||||||
- TW-1553 Setting defaultheight:0 makes burndown command hang (thanks to Tomas
|
- TW-1553 Setting defaultheight:0 makes burndown command hang (thanks to Tomas
|
||||||
Babej).
|
Babej).
|
||||||
|
- TW‐1566 Context is applied on 'task export' (thanks to Tomas Babej).
|
||||||
- TW-1569 update wait:<wait-date> manpage entry (thanks to David Patrick).
|
- TW-1569 update wait:<wait-date> manpage entry (thanks to David Patrick).
|
||||||
- TW-1572 Better urgency inheritance (thanks to Jens Erat).
|
- TW-1572 Better urgency inheritance (thanks to Jens Erat).
|
||||||
- TW-1575 `task log` mangles URLs when quoted (thanks to Luke Macken).
|
- TW-1575 `task log` mangles URLs when quoted (thanks to Luke Macken).
|
||||||
|
|
|
@ -572,7 +572,8 @@ void CLI2::addContextFilter ()
|
||||||
|
|
||||||
// The 'undo' command does not apply context.
|
// The 'undo' command does not apply context.
|
||||||
auto cmd = getCommand ();
|
auto cmd = getCommand ();
|
||||||
if (cmd == "undo")
|
if (cmd == "undo" ||
|
||||||
|
cmd == "export")
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue