[rt-users] where to place my callback

2013-10-23 Thread Len Jaffe
using RT 4.0.17. I want to write a csallback to fire from lib/RT/Interface/Web.pm line 709: $m-callback( %$ARGS, CallbackName = 'ExternalAuthSuccessfulLogin', CallbackPage = '/autohandler' ); Where to I need to place the callback file and what to I need to name it? Are there any substantial

Re: [rt-users] where to place my callback

2013-10-23 Thread Jim Brandt
On 10/23/13 3:51 PM, Len Jaffe wrote: using RT 4.0.17. I want to write a csallback to fire from lib/RT/Interface/Web.pm line 709: $m-callback( %$ARGS, CallbackName = 'ExternalAuthSuccessfulLogin', CallbackPage = '/autohandler' ); Where to I need to place the callback file and what to I need

Re: [rt-users] where to place my callback

2013-10-23 Thread Len Jaffe
Thank you. That was the explanation I needed. Len. On Wed, Oct 23, 2013 at 4:11 PM, Jim Brandt jbra...@bestpractical.comwrote: On 10/23/13 3:51 PM, Len Jaffe wrote: using RT 4.0.17. I want to write a csallback to fire from lib/RT/Interface/Web.pm line 709: $m-callback( %$ARGS,