Enhancement - Hooks
- Implemented a few hooks. - Implemented several Lua API calls. - Unit tests for all hooks and API calls.
This commit is contained in:
@@ -169,7 +169,10 @@ int runCustomReport (
|
||||
table.setReportName (report);
|
||||
|
||||
foreach (task, tasks)
|
||||
{
|
||||
table.addRow ();
|
||||
context.hooks.trigger ("pre-display", *task);
|
||||
}
|
||||
|
||||
int columnCount = 0;
|
||||
int dueColumn = -1;
|
||||
|
||||
Reference in New Issue
Block a user