[Rt-commit] [rtir] 06/19: Because related tickets can now be in a number of queues, show the queue in the linking interface

Jesse Vincent jesse at bestpractical.com
Wed Mar 25 00:20:53 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit daa3eae92a908d2c273755bf641b8984f29b40b9
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Mar 24 16:37:50 2015 -0700

    Because related tickets can now be in a number of queues, show the queue in the linking interface
---
 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 643d358..34682c6 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -423,12 +423,12 @@ Set(%RTIRSearchResultFormats,
     LinkChildren =>
         q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',}.
         q{'<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',}.
-        q{Requestors,OwnerName,CreatedRelative,DueRelative},
+        q{Requestors,OwnerName,QueueName,CreatedRelative,DueRelative},
 
     LinkIncident =>
         q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',}.
         q{'<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',}.
-        q{OwnerName,CreatedRelative},
+        q{OwnerName,QueueName,CreatedRelative},
 
     ListIncidents =>
         q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',}.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list