[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0alpha1-84-g29ef749d47

? sunnavy sunnavy at bestpractical.com
Wed Apr 8 16:46:13 EDT 2020


The branch, 5.0-trunk has been updated
       via  29ef749d4726a9feda231443233523e81670f356 (commit)
       via  7584ff8a8ea3d223e7bea46a468ecdd477ee5466 (commit)
      from  252620e6946daefb3e733084a42751421c6ea353 (commit)

Summary of changes:
 share/html/Ticket/Update.html | 8 ++++++++
 1 file changed, 8 insertions(+)

- Log -----------------------------------------------------------------
commit 7584ff8a8ea3d223e7bea46a468ecdd477ee5466
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 645394ab46..100c7cb9fc 100644
--- a/share/html/Ticket/Update.html
+++ b/share/html/Ticket/Update.html
@@ -72,6 +72,14 @@
 % if (!$skip) {
 <input type="hidden" class="hidden" name="id" value="<%$TicketObj->Id%>" />
 % }
+
+% if ( $TicketObj->CurrentUserHasRight('SeeQueue') ) {
+<div class="form-row">
+  <div class="label col-md-3"><&|/l&>Queue</&>:</div>
+  <div class="value col-md-9"><span class="current-value form-control"><% $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) {

commit 29ef749d4726a9feda231443233523e81670f356
Merge: 252620e694 7584ff8a8e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Apr 9 04:35:59 2020 +0800

    Merge branch '5.0/display-queue-on-ticket-update-page' into 5.0-trunk


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


More information about the rt-commit mailing list