Bug
- Sorting bug in which 'urgency' column was not identified as numeric.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user