[Rt-commit] [rtir] 01/01: Fix names of search result format keys to countermeasure
    Shawn Moore 
    shawn at bestpractical.com
       
    Wed Feb 24 19:57:52 EST 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
shawn pushed a commit to branch 3.4/countermeasures
in repository rtir.
commit d0ef550a06356d8e324d0a9c43b8212046a894c5
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Thu Feb 25 00:57:33 2016 +0000
    Fix names of search result format keys to countermeasure
---
 etc/RTIR_Config.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index 85fa3bc..37532e7 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -404,7 +404,7 @@ Set(%RTIRSearchResultFormats,
         q{Status,TimeLeft,DueRelative,CreatedRelative,__NEWLINE__,}.
         q{'',Requestors,QueueName,OwnerName,ToldRelative,LastUpdatedRelative },
 
-    BlockDefault =>
+    CountermeasureDefault =>
         q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',}.
         q{'<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',}.
         q{Status,TimeLeft,DueRelative,CreatedRelative,__NEWLINE__,}.
@@ -469,7 +469,7 @@ Set(%RTIRSearchResultFormats,
         q{'<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',}.
         q{Status,DueRelative},
 
-    ChildBlock =>
+    ChildCountermeasure =>
         q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',}.
         q{'<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',}.
         q{Status,DueRelative},
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the rt-commit
mailing list