mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
bde1e0dd9a
commit
b609cdb8a0
1 changed files with 4 additions and 3 deletions
|
@ -626,9 +626,10 @@ int handleInfo (std::string &outs)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Task::urgency
|
// Task::urgency
|
||||||
row = table.addRow ();
|
// TODO Enable this later. This was for testing.
|
||||||
table.addCell (row, 0, "Urgency");
|
//row = table.addRow ();
|
||||||
table.addCell (row, 1, task->urgency ());
|
//table.addCell (row, 0, "Urgency");
|
||||||
|
//table.addCell (row, 1, task->urgency ());
|
||||||
|
|
||||||
// If an alternating row color is specified, notify the table.
|
// If an alternating row color is specified, notify the table.
|
||||||
if (context.config.getBoolean ("color") || context.config.getBoolean ("_forcecolor"))
|
if (context.config.getBoolean ("color") || context.config.getBoolean ("_forcecolor"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue