[Rt-devel] RT 3.6.1+ (at least) oopsie
Jesse Vincent
jesse at bestpractical.com
Thu Dec 21 16:26:30 EST 2006
Should be fixed for new installs on 3.6.2 and newer
On Thu, Dec 21, 2006 at 04:23:00PM -0500, Matthew Keller wrote:
> I've had 3.6.1 running for quite a while... just upgraded to 3.6.3... A
> problem I didn't report before (bad me) is still present: In the "Search
> - My Tickets" Attribute (and possibly others) in the database, the
> format content contains:
>
> '<a href="/Ticket/Display.html?id=__id__">__Subject__</a>/TITLE:Subject'
>
> This is a problem for those of us whose WebPath isn't the root...
> shouldn't it be:
>
> '<a
> href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a>/TITLE:Subject'
>
> Anyhow, since I'm lazy and didn't want to find all the places this was
> munged I edited /Elements/ShowSearch and added the following under where
> __WebPath__ was expanded:
>
> $SearchArg->{'Format'} =~ s/href=\"\/Ticket/href=\"$RT::WebPath
> \/Ticket/g;
>
> I only remembered this because after installing 3.6.3 it clobbered the
> hack I used last time :)
>
> 3.6.3 is really nice... The new "set the defaults to MyRT" is really
> great, and the exposed Tools/MyDay is a nice piece as well.
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
--
More information about the Rt-devel
mailing list