mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- Sorting bug in which 'urgency' column was not identified as numeric.
This commit is contained in:
parent
57d577a140
commit
08f32cb9e9
2 changed files with 3 additions and 2 deletions
|
@ -661,6 +661,7 @@ int handleInfo (std::string& outs)
|
|||
//table.addCell (row, 0, "Urgency");
|
||||
//table.addCell (row, 1, task->urgency ());
|
||||
|
||||
// Create a second table, containing undo log change details.
|
||||
Table journal;
|
||||
|
||||
// If an alternating row color is specified, notify the table.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue