Enhancements - info report
- Implemented info report. - Removed odd Subst and Sequence objects from Task - are they just vestigial limbs, or did I add them for a good reason? They are gone now. - Added Filter::applySequence to replace old filterSequence. - Removed obsolete report.cpp filter function.
This commit is contained in:
@@ -128,7 +128,7 @@ std::string handleCustomReport (const std::string& report)
|
||||
table.setColumnJustification (columnCount, Table::right);
|
||||
|
||||
for (unsigned int row = 0; row < tasks.size(); ++row)
|
||||
table.addCell (row, columnCount, tasks[row].id ());
|
||||
table.addCell (row, columnCount, tasks[row].id);
|
||||
}
|
||||
|
||||
else if (*col == "uuid")
|
||||
|
||||
Reference in New Issue
Block a user