[Rt-commit] [rtir] 09/18: Show Incident Queues by name, not id

Jesse Vincent jesse at bestpractical.com
Wed Mar 11 03:36:45 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 2b42d3a62a7f608e9514eebf375c9a756b9e904e
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Mar 10 21:25:46 2015 -0700

    Show Incident Queues by name, not id
---
 html/RTIR/Incident/Display.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index 79c43fe..05b80ff 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -78,7 +78,7 @@
   <tr>
     <td class="label"><% loc("Queue") %>:</td>
     <td class="value" colspan="2">
-      <% $TicketObj->Queue %>
+        <% $TicketObj->QueueObj->Name %>
     </td>
   </tr>
   <tr>

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


More information about the rt-commit mailing list