[Rt-commit] r4584 - in rtir/branches/1.9-EXPERIMENTAL: etc

jesse at bestpractical.com jesse at bestpractical.com
Sun Feb 26 23:15:00 EST 2006


Author: jesse
Date: Sun Feb 26 23:15:00 2006
New Revision: 4584

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm

Log:
 r24758 at truegrounds:  jesse | 2006-02-26 21:23:40 -0500
 Fix for D.3.3.1. RTIR MUST make the state of the other Queues visible in the RTIR Overview page;  


Modified: rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm	Sun Feb 26 23:15:00 2006
@@ -240,8 +240,16 @@
 # path to traceroute command
 Set($TracerouteCommand, '/usr/bin/traceroute');
 
+warn    RT->Config->Get('HomepageComponents');
+
 # Components that available to add on the first page of the RTIR
-Set(@RTIR_HomepageComponents, qw(
+Set(@RTIR_HomepageComponents, 
+    qw(
+    QuickCreate 
+    Quicksearch 
+    MyAdminQueues
+    MySupportQueues 
+    MyReminders  
     /RTIR/Elements/NewReports
     /RTIR/Elements/UserDueIncidents
     /RTIR/Elements/DueIncidents


More information about the Rt-commit mailing list