[rt-users] rt 3.2.0 - Search problem
Mike Patterson
mikep at uclink.berkeley.edu
Tue Jul 6 14:59:24 EDT 2004
Thanks that fixed it for me.
Michael S. Liebman wrote:
> On Tue, Jul 06, 2004 at 08:46:04AM -0700, Mike Patterson wrote:
>
>>For me installing stats v0_1_5 broke the search function every time.
>>With and without RTFM.
>
>
> The stats package has not been for the new 3.2.0 search
> interface. Copy /path/to/rt3/share/html/Elements/Tabs to
> /path/to/rt3/local/html/Elements/Tabs, overwriting the one installed
> by stats. Then apply the patch below to local/html/Elements/Tabs.
>
> --- share/html/Elements/Tabs 2004-03-08 00:26:38.000000000 -0500
> +++ local/html/Elements/Tabs 2004-07-01 12:03:46.000000000 -0400
> @@ -58,7 +58,10 @@
> P => { title => loc('Approval'),
> path => 'Approvals/'
> },
> - };
> + Z => { title => 'Statistics',
> + path => 'Statistics/index.html'
> + },
> + };
>
> if (!defined $toptabs) {
> $toptabs = $basetabs;
>
> Michael
More information about the rt-users
mailing list