[Rt-commit] rt branch, 5.0/display-queue-on-ticket-update-page, created. rt-5.0.0alpha1-27-g740b1307d

Michel Rodriguez michel at bestpractical.com
Fri Mar 13 15:29:34 EDT 2020


The branch, 5.0/display-queue-on-ticket-update-page has been created
        at  740b1307d973313bfcd9ee29be49202d58697823 (commit)

- Log -----------------------------------------------------------------
commit 740b1307d973313bfcd9ee29be49202d58697823
Author: michel <michel at bestpractical.com>
Date:   Fri Mar 13 20:27:09 2020 +0100

    Add the queue name to the ticket update page.
    
    The queue name is on the first line of the Ticket and Transaction portlet.

diff --git a/share/html/Ticket/Update.html b/share/html/Ticket/Update.html
index 645394ab4..7f808d3af 100644
--- a/share/html/Ticket/Update.html
+++ b/share/html/Ticket/Update.html
@@ -72,6 +72,12 @@
 % if (!$skip) {
 <input type="hidden" class="hidden" name="id" value="<%$TicketObj->Id%>" />
 % }
+
+<div class="form-row">
+  <div class="label col-md-3"><&|/l&>Queue</&>:</div>
+  <div class="value col-md-9"><span class="list-group"><% $TicketObj->QueueObj->Name %></span></div>
+</div>
+
 <div class="form-row"><div class="label col-md-3"><&|/l&>Update Type</&>:</div>
 <div class="value col-md-9"><select class="form-control selectpicker" name="UpdateType" id="UpdateType">
 % if ($CanComment) {

-----------------------------------------------------------------------


More information about the rt-commit mailing list