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

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


Author: jesse
Date: Tue Feb 28 00:21:59 2006
New Revision: 4596

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

Log:
 r24785 at truegrounds:  jesse | 2006-02-27 22:35:14 -0500
 * The rest of the custom abandon format


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:59 2006
@@ -203,6 +203,13 @@
 		       '__Priority__',
 		       '__DueRelative__',
 		   },
+    AbandonIncidents => qq{'<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',
+		       '<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a></B>/TITLE:Subject',
+		       '__OwnerName__',
+		       '__Priority__',
+		       '__DueRelative__',
+		   },
+
 
     NewReports => qq{'<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',
 		       '<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a></B>/TITLE:Subject',


More information about the Rt-commit mailing list