Enhancement - Hooks
- Implemented a few hooks. - Implemented several Lua API calls. - Unit tests for all hooks and API calls.
This commit is contained in:
@@ -1255,6 +1255,8 @@ int handleExport (std::string &outs)
|
||||
|
||||
foreach (task, tasks)
|
||||
{
|
||||
context.hooks.trigger ("pre-display", *task);
|
||||
|
||||
if (task->getStatus () != Task::recurring)
|
||||
{
|
||||
out << task->composeCSV ().c_str ();
|
||||
|
||||
Reference in New Issue
Block a user