[Rt-commit] r12990 - in rt/branches/3.8-TESTING: . etc

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 6 15:51:43 EDT 2008


Author: jesse
Date: Fri Jun  6 15:51:41 2008
New Revision: 12990

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/etc/RT_Config.pm.in
   rt/branches/3.8-TESTING/lib/RT/Ticket_Overlay.pm

Log:
 r32401 at 31b:  jesse | 2008-06-06 15:38:31 -0400
 * Remove the option I just cloned and renamed


Modified: rt/branches/3.8-TESTING/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.8-TESTING/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.8-TESTING/etc/RT_Config.pm.in	Fri Jun  6 15:51:41 2008
@@ -790,12 +790,6 @@
 
 # }}}
 
-# Ticket Updates 
-# Turn off the notices of unread messages on ticket display pages
-# by setting this to 0
-
-Set($EnableTicketUpdateStatus,1);
-
 # Reminders
 # Hide links/portlets related to Reminders by setting this to 0
 

Modified: rt/branches/3.8-TESTING/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Ticket_Overlay.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Ticket_Overlay.pm	Fri Jun  6 15:51:41 2008
@@ -3080,8 +3080,6 @@
 
 sub SeenUpTo {
     my $self = shift;
-    return unless RT->Config->Get('EnableTicketUpdateStatus');
-
     my $uid = $self->CurrentUser->id;
     my $attr = $self->FirstAttribute( "User-". $uid ."-SeenUpTo" );
     return if $attr && $attr->Content gt $self->LastUpdated;


More information about the Rt-commit mailing list