[Rt-commit] r4595 - in rtir/branches/1.9-EXPERIMENTAL: etc html/RTIR/Incident

jesse at bestpractical.com jesse at bestpractical.com
Tue Feb 28 00:21:52 EST 2006


Author: jesse
Date: Tue Feb 28 00:21:47 2006
New Revision: 4595

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

Log:
 r24784 at truegrounds:  jesse | 2006-02-27 22:34:02 -0500
 * Bulk abandon gets a special format of its own


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	Tue Feb 28 00:21:47 2006
@@ -240,7 +240,6 @@
 # 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, 

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/BulkAbandon.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/BulkAbandon.html	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/BulkAbandon.html	Tue Feb 28 00:21:47 2006
@@ -186,7 +186,7 @@
 $Queue     => 'Incidents'
 $BaseQuery => $m->comp( '/RTIR/Elements/BaseQuery', Queue => $Queue );
 $Query     => $m->comp( '/RTIR/Elements/NewQuery', Queue => $Queue, Inactive => 1 );
-$Format    => RT->Config->Get('RTIRSearchResultFormats')->{'RejectReports'};
+$Format    => RT->Config->Get('RTIRSearchResultFormats')->{'AbandonIncidents'};
 $Rows      => 50
 $Page      => 1
 $OrderBy   => 'id'


More information about the Rt-commit mailing list