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 wrote:

> 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 to name it?
>>
>> Are there any substantial docs?
>>
>
> Look in the Callbacks section here:
>
> https://github.com/**bestpractical/rt/blob/4.0/**
> writing-rt-extensions-doc/**docs/writing-extensions.pod
>



-- 
lenja...@jaffesystems.com   614-404-4214@lenjaffe
Software Engineer, Founder Volunteerable ,
Host of Columbus Code Jam 
www.lenjaffe.com http://www.theycomewithcheese.com
Perl Advent Planet  - Advent
Calendars: Perlish and otherwise.


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 to name it?

Are there any substantial docs?


Look in the Callbacks section here:

https://github.com/bestpractical/rt/blob/4.0/writing-rt-extensions-doc/docs/writing-extensions.pod


[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 docs?

Len.



-- 
lenja...@jaffesystems.com   614-404-4214@lenjaffe
Software Engineer, Founder Volunteerable ,
Host of Columbus Code Jam 
www.lenjaffe.com http://www.theycomewithcheese.com
Perl Advent Planet  - Advent
Calendars: Perlish and otherwise.