[Rt-commit] r5793 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Tue Aug 22 12:44:08 EDT 2006


Author: jesse
Date: Tue Aug 22 12:44:05 2006
New Revision: 5793

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/etc/initialdata

Log:
 r20626 at pinglin:  jesse | 2006-08-22 12:43:48 -0400
 Fix from Jim Meyer to correct a hardcoded RT::WebPath in initialdata. (This doesn't fix users who've already installed)
 
 


Modified: rt/branches/3.6-RELEASE/etc/initialdata
==============================================================================
--- rt/branches/3.6-RELEASE/etc/initialdata	(original)
+++ rt/branches/3.6-RELEASE/etc/initialdata	Tue Aug 22 12:44:05 2006
@@ -592,7 +592,7 @@
     { Name => 'Search - My Tickets',
       Description => '[_1] highest priority tickets I own', # loc
       Content     =>
-      { Format => "'<a href=\"__WebPath__/Ticket/Display.html?id=__id__\">__id__</a>/TITLE:#', '<a href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject', Priority, QueueName, ExtendedStatus",
+      { Format => "'<a href=\"__WebPath__/Ticket/Display.html?id=__id__\">__id__</a>/TITLE:#', '<a href=\"__WebPath__/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject', Priority, QueueName, ExtendedStatus",
         Query   => " Owner = '__CurrentUser__' AND ( Status = 'new' OR Status = 'open')",
         OrderBy => 'Priority',
         Order   => 'DESC' },


More information about the Rt-commit mailing list