[Rt-commit] [rtir] 06/10: Add the queue to incident display

Jesse Vincent jesse at bestpractical.com
Thu Feb 26 19:25:40 EST 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 e8bc29a1464727486d6d807ed4db091b54647f40
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Feb 26 15:53:48 2015 -0800

    Add the queue to incident display
---
 html/RTIR/Incident/Display.html | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index 6beb851..d9760c0 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -73,6 +73,14 @@
   </tr>
   <tr>
 % }    
+
+
+  <tr>
+    <td class="label"><% loc("Queue") %>:</td>
+    <td class="value" colspan="2">
+      <% $TicketObj->Queue %>
+    </td>
+  </tr>
   <tr>
     <td class="label"><% loc("Status") %>:</td>
     <td class="value" colspan="2">

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


More information about the rt-commit mailing list