RT 3.6.1+ (at least) oopsie

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:

Subject/TITLE:Subject’

This is a problem for those of us whose WebPath isn’t the root…
shouldn’t it be:

Subject/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 :slight_smile:

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.

Should be fixed for new installs on 3.6.2 and newerOn 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:

Subject/TITLE:Subject’

This is a problem for those of us whose WebPath isn’t the root…
shouldn’t it be:

Subject/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 :slight_smile:

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: The rt-devel Archives

Sweet! Sorry for the stale report.On Thu, 2006-12-21 at 16:26 -0500, Jesse Vincent wrote:

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: