[rt-users] rt 3.2.0 - Search problem
Michael S. Liebman
m-liebman at northwestern.edu
Tue Jul 6 12:48:54 EDT 2004
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
--
Michael S. Liebman m-liebman at northwestern.edu
http://msl521.freeshell.org/
"I have vision and the rest of the world wears bifocals."
-Paul Newman in "Butch Cassidy & the Sundance Kid"
More information about the rt-users
mailing list