[Rt-devel] RT 3.6.1+ (at least) oopsie
Matthew Keller
kellermg at potsdam.edu
Thu Dec 21 16:23:00 EST 2006
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.
More information about the Rt-devel
mailing list