Virtual Tags: New 'PROJECT', 'PRIORITY' and 'LATEST' virtual tags
- Added documentation.
This commit is contained in:
@@ -338,6 +338,8 @@ int CmdInfo::execute (std::string& output)
|
||||
if (task.hasTag ("YEAR")) virtualTags += "YEAR ";
|
||||
if (task.hasTag ("YESTERDAY")) virtualTags += "YESTERDAY ";
|
||||
if (task.hasTag ("LATEST")) virtualTags += "LATEST ";
|
||||
if (task.hasTag ("PROJECT")) virtualTags += "PROJECT ";
|
||||
if (task.hasTag ("PRIORITY")) virtualTags += "PRIORITY ";
|
||||
// If you update the above list, update src/commands/CmdInfo.cpp and src/commands/CmdTags.cpp as well.
|
||||
|
||||
row = view.addRow ();
|
||||
|
||||
Reference in New Issue
Block a user