[Rt-commit] r6891 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.2: .

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 2 16:20:19 EST 2007


Author: ruz
Date: Fri Feb  2 16:20:19 2007
New Revision: 6891

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/SelfService/Elements/MyRequests

Log:
 r4495 at cubic-pc (orig r6869):  kevinr | 2007-02-02 03:36:56 +0300
  r18262 at sad-girl-in-snow:  kevinr | 2007-02-01 19:34:35 -0500
  RT-Ticket: 8159
  RT-Status: resolved
  RT-Update: respond
  
  Use Watcher instead for better performance.  Thanks to Dirk Pape for the catch.
 


Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/SelfService/Elements/MyRequests
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/SelfService/Elements/MyRequests	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/SelfService/Elements/MyRequests	Fri Feb  2 16:20:19 2007
@@ -75,7 +75,7 @@
 <%ARGS>
 $friendly_status => loc('open')
 $title => loc("My [_1] tickets", $friendly_status)
- at roles => ('Requestor', 'Cc', 'AdminCc')
+ at roles => ('Watcher')
 @status => ('open', 'new', 'stalled')
 $BaseURL => undef
 $Page => 1


More information about the Rt-commit mailing list