mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - Hooks
- Implemented a few hooks. - Implemented several Lua API calls. - Unit tests for all hooks and API calls.
This commit is contained in:
parent
cb952329d3
commit
1a02cacc53
15 changed files with 990 additions and 60 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue