Hugh Waite writes:
modules/tm: Enable named branch_failure routes
- branch failure routes must be named with the format:
-- "tm:branch-failure:myroute"
- and enabled with the function:
-- t_on_branch_failure("myroute")
thanks. i gave it a try by calling t_on_branch_failure("myroute") in branch route where i knew if it needs to be called and it worked as expected.
-- juha