Hi;

mod_perl2,apache2,rt-3.8.7 and mysql5

I need to add a key in the %FIELD_METADATA hash (with 
Tickets_Overlay.pm), I expected to be able to customise this as per the 
usual, ie
-Create local/RT/Tickets_Vendor.pm
-Copy our %FIELD_METADATA = ( );
-Copy %dispatch
- Copy
sub FIELDS     { return \%FIELD_METADATA }
sub dispatch   { return \%dispatch }
sub can_bundle { return \%can_bundle }

and add my fields within the %FIELD_METADATA hash ,
My field need a dispatch method which I added to %dispatch and created 
the function.

But this is not working for me, if I add my new key to the 
%FIELD_METADATA hash in lib/RT/Tickets_Overlay.pm everything works, but 
its not working from my local Vendor version,

Any pointers will be appreciated.

Regards;
Roy

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22 & 23
Dublin, Ireland - Mar 15 & 16
Boston, MA, USA - April 5 & 6
Washington DC, USA - Oct 25 & 26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to