- Thanks to Adrien Lemaire.

This commit is contained in:
Paul Beckingham
2019-08-11 14:01:22 -04:00
parent 82ed5d35b7
commit 04bc1a7998
5 changed files with 14 additions and 4 deletions

View File

@@ -1255,6 +1255,7 @@ bool Task::hasTag (const std::string& tag) const
// Note: This list must match that in ::feedback_reserved_tags.
if (isupper (tag[0]))
{
// NOTE: This list should be kept synchronized with the list in CmdTags.cpp for the _tags command.
if (tag == "BLOCKED") return is_blocked;
if (tag == "UNBLOCKED") return !is_blocked;
if (tag == "BLOCKING") return is_blocking;