Hooks
- Fixed on-modify hook regression which stopped hooks from modifying tasks. On a related note, more hooks tests are definitely needed.
This commit is contained in:
committed by
Paul Beckingham
parent
7fa3c5ac84
commit
138360b7bc
@@ -358,6 +358,7 @@ void Hooks::onModify (const Task& before, Task& after)
|
||||
throw 0; // This is how hooks silently terminate processing.
|
||||
}
|
||||
}
|
||||
after = Task (input[1]);
|
||||
}
|
||||
|
||||
context.timer_hooks.stop ();
|
||||
|
||||
Reference in New Issue
Block a user