Comment 3 for bug 1133158

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

Dan, I think you are correct, the --hooks=x doesn't get used unless --process-hooks is specified.

 145 sub process_hooks {
146 $opt_verbose and print "process_hooks: " . ($opt_process_hooks ? '(start)' : 'SKIPPING') . "\n";
147 return unless $opt_process_hooks;
148
149 my @hooks = ($opt_hooks) ? split(',', $opt_hooks) : keys(%$hook_handlers);

Here is another branch that adds that option on to the change that Ben made.

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/stompro/lp1133158_action_trigger_runner_typo

Josh