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

kevinr at bestpractical.com kevinr at bestpractical.com
Thu Feb 1 19:36:57 EST 2007


Author: kevinr
Date: Thu Feb  1 19:36:56 2007
New Revision: 6869

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests

Log:
 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.6-RELEASE/html/SelfService/Elements/MyRequests
==============================================================================
--- rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests	(original)
+++ rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests	Thu Feb  1 19:36:56 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