[Rt-commit] rtir branch, 5.0/move-file-attachment-box-below-message-box-on-update-pages, created. 5.0.0-17-g263603d9

Blaine Motsinger blaine at bestpractical.com
Tue Dec 29 19:29:34 EST 2020


The branch, 5.0/move-file-attachment-box-below-message-box-on-update-pages has been created
        at  263603d908574eddc1185c4b7e6f90fcc9c51318 (commit)

- Log -----------------------------------------------------------------
commit 263603d908574eddc1185c4b7e6f90fcc9c51318
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Tue Dec 29 18:27:30 2020 -0600

    Move file attachment box below message box
    
    To be consistent with RT, this commit moves the file attachment box
    below the message box on RTIR Update pages.

diff --git a/html/RTIR/Elements/UpdateData b/html/RTIR/Elements/UpdateData
index 8ca3330f..ea4e244b 100644
--- a/html/RTIR/Elements/UpdateData
+++ b/html/RTIR/Elements/UpdateData
@@ -49,8 +49,6 @@
 <& /Ticket/Elements/UpdateCc, %ARGS, TicketObj => $Ticket &>
 % }
 
-<& /Ticket/Elements/AddAttachments, %ARGS &>
-
 % if ( $Ticket ) {
 <div class="form-row">
   <div class="col-12">
@@ -83,6 +81,8 @@
   </div>
 </div>
 
+<& /Ticket/Elements/AddAttachments, %ARGS &>
+
 <%INIT>
 my $type = $ARGS{'UpdateType'}             ? $ARGS{'UpdateType'} :
            lc $ARGS{'Action'} eq 'respond' ? 'response'          :

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


More information about the rt-commit mailing list