[rt-users] RT::Extension::PriorityAsString stops working when adding another PLugin.
Joop van de Wege
JoopvandeWege at mococo.nl
Fri Feb 12 13:24:45 EST 2010
Michael Neuschafer wrote:
> Anytime I add any new @Plugins in the RT site config it causes my
> RT::Extension::PriorityAsString to malfunction and shows numbers rather
> than Low, Medium, High. Anybody know what can cause this? The new
> plugin will work but not my RT::Extension::PriorityAsString. Please help.
Please post the relevant part of your RT_SiteConfig.pm
Should like like: Set(@Plugins,qw(RT::FM RT::Extension::ForkTicket
RT::Extension::ResetPassword));
But my guess is that yours contains only one element and that you're
having more than one like this:
Set(@Plugins,qw(RT::FM));
Set(@Plugins,qw(RT::Extension::ForkTicket));
Regards,
Joop
More information about the rt-users
mailing list