[Rt-commit] [svn] r1601 - rtir/branches/1.1-TESTING/html/Callbacks/RTIR/Elements/ListActions

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Thu Sep 30 17:55:03 EDT 2004


Author: leira
Date: Thu Sep 30 17:55:03 2004
New Revision: 1601

Modified:
   rtir/branches/1.1-TESTING/html/Callbacks/RTIR/Elements/ListActions/ModifyRow
Log:
RT-Ticket: 6151
RT-Status: resolved
RT-Action: correspond
Skip Status messages in ListActions


Modified: rtir/branches/1.1-TESTING/html/Callbacks/RTIR/Elements/ListActions/ModifyRow
==============================================================================
--- rtir/branches/1.1-TESTING/html/Callbacks/RTIR/Elements/ListActions/ModifyRow	(original)
+++ rtir/branches/1.1-TESTING/html/Callbacks/RTIR/Elements/ListActions/ModifyRow	Thu Sep 30 17:55:03 2004
@@ -15,6 +15,10 @@
   $$row = substr($$row, length($prefix));
 }
 
+if ($$row =~ /Status: Status changed from/) {
+  $$skip = 1;
+}
+
 </%INIT>
 
 <%ARGS>


More information about the Rt-commit mailing list