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:
committed by
Tomas Babej
parent
ac309b4ff1
commit
8610268cd9
@@ -127,6 +127,7 @@ void feedback_reserved_tags (const std::string& tag)
|
||||
tag == "PENDING" ||
|
||||
tag == "PRIORITY" ||
|
||||
tag == "PROJECT" ||
|
||||
tag == "QUARTER" ||
|
||||
tag == "READY" ||
|
||||
tag == "SCHEDULED" ||
|
||||
tag == "TAGGED" ||
|
||||
|
||||
Reference in New Issue
Block a user