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

jesse at bestpractical.com jesse at bestpractical.com
Wed Sep 20 14:46:37 EDT 2006


Author: jesse
Date: Wed Sep 20 14:46:37 2006
New Revision: 6004

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/etc/upgrade/3.5.1/content

Log:
 r27685 at 191:  jesse | 2006-09-20 20:46:27 +0200
 RT-Ticket: 7883
 RT-Status: resolved
 RT-Update: correspond
 
 initialdata was fixed already. This needs to be fixed
 for people who will upgrade from 3.4 to 3.6.2+. --Todd Chapman
 


Modified: rt/branches/3.6-RELEASE/etc/upgrade/3.5.1/content
==============================================================================
--- rt/branches/3.6-RELEASE/etc/upgrade/3.5.1/content	(original)
+++ rt/branches/3.6-RELEASE/etc/upgrade/3.5.1/content	Wed Sep 20 14:46:37 2006
@@ -2,7 +2,7 @@
     { Name => 'Search - My Tickets',
       Description => '[_1] highest priority tickets I own',
       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