Urgency
- Removed the urgency rating from the info report. Otherwise, we will need to explain it, and without the corresponding new next report, what can we say? It will be reenabled later.
This commit is contained in:
@@ -626,9 +626,10 @@ int handleInfo (std::string &outs)
|
||||
}
|
||||
|
||||
// Task::urgency
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 0, "Urgency");
|
||||
table.addCell (row, 1, task->urgency ());
|
||||
// TODO Enable this later. This was for testing.
|
||||
//row = table.addRow ();
|
||||
//table.addCell (row, 0, "Urgency");
|
||||
//table.addCell (row, 1, task->urgency ());
|
||||
|
||||
// If an alternating row color is specified, notify the table.
|
||||
if (context.config.getBoolean ("color") || context.config.getBoolean ("_forcecolor"))
|
||||
|
||||
Reference in New Issue
Block a user