[Rt-commit] [svn] r1605 - rtir/branches/1.1-TESTING/etc

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Fri Oct 1 03:07:14 EDT 2004


Author: leira
Date: Fri Oct  1 03:07:14 2004
New Revision: 1605

Modified:
   rtir/branches/1.1-TESTING/etc/RTIR_Config.pm
Log:
Incidents don't have requestors.  Don't try to show them when showing a list of incidents to link to.


Modified: rtir/branches/1.1-TESTING/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.1-TESTING/etc/RTIR_Config.pm	(original)
+++ rtir/branches/1.1-TESTING/etc/RTIR_Config.pm	Fri Oct  1 03:07:14 2004
@@ -187,7 +187,9 @@
     LinkIncident => qq{___RTIR_Radio__,
 		       '<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',
 		       '<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__Subject__</a></B>/Title:Subject',
-		       __Requestors__,__OwnerName__,__CreatedRelative__},
+		       __OwnerName__,
+		       __CreatedRelative__
+		       },
     
     RejectReports, qq{___RTIR_Check__,
 		      '<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',


More information about the Rt-commit mailing list