[Rt-commit] r3896 - in rt/branches/3.4-RELEASE: . html/Approvals/Elements

alexmv at bestpractical.com alexmv at bestpractical.com
Fri Sep 30 15:56:31 EDT 2005


Author: alexmv
Date: Fri Sep 30 15:56:31 2005
New Revision: 3896

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval
Log:
 r6558 at zoq-fot-pik:  chmrr | 2005-09-30 15:56:06 -0400
 RT-Ticket: 7029
 RT-Status: resolved
 RT-Update: correspond
 
  * Applied missing limit for AdminCcs, from Todd Chapman
 


Modified: rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval
==============================================================================
--- rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval	(original)
+++ rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval	Fri Sep 30 15:56:31 2005
@@ -77,6 +77,7 @@
 
 # also consider AdminCcs as potential approvers.
 my $group_tickets = RT::Tickets->new( $session{'CurrentUser'} );
+$group_tickets->LimitWatcher( VALUE => $session{'CurrentUser'}->UserObj->EmailAddress, TYPE => 'AdminCc' );
 
 my $created_before = RT::Date->new( $session{'CurrentUser'} );
 my $created_after = RT::Date->new( $session{'CurrentUser'} );


More information about the Rt-commit mailing list