mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add missing "QUARTER" to feedback_reserved_tags
A while ago I noticed that 630a1530e0
only
added the QUARTER virtual tag to src/Task.cpp, and when I checked that
again today, it was still missing from src/feedback.cpp, so I'm fixing
that.
This commit is contained in:
parent
4f14b8923f
commit
b6910b9428
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ void feedback_reserved_tags (const std::string& tag)
|
||||||
tag == "PENDING" ||
|
tag == "PENDING" ||
|
||||||
tag == "PRIORITY" ||
|
tag == "PRIORITY" ||
|
||||||
tag == "PROJECT" ||
|
tag == "PROJECT" ||
|
||||||
|
tag == "QUARTER" ||
|
||||||
tag == "READY" ||
|
tag == "READY" ||
|
||||||
tag == "SCHEDULED" ||
|
tag == "SCHEDULED" ||
|
||||||
tag == "TAGGED" ||
|
tag == "TAGGED" ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue