[rt-users] rt-extension-spawnlinkedticket
Alex Young
alexyoung at scoutsolutions.co.uk
Fri Aug 27 12:31:45 EDT 2010
After installing rt-extension-spawnlinkedticket on 3.8.8 clicking the
create button under the links section causes an error as the form action
is incorrect.
<form action="//rtElements/SpawnLinkedTicket" name="SpawnLinkedTicket">
This error occurs even if using RTHOME=/opt/rt3 perl Makefile.PL.
The offending line in the plugin seems to be this:
RT::Interface::Web::Redirect(
RT->Config->Get('WebURL')."Ticket/Create.html?$query_string" );
Both WebPath and WebBaseURL are set in RT_SiteConfig.pm
Every other plugin seems to work fine.
Anyone know why it might not be pulling WebURL correctly from the RT
Config to construct the correct URL?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100827/105b74e2/attachment.htm>
More information about the rt-users
mailing list