[Rt-commit] rt branch, 4.4/quote-txn-on-ticket-forward, created. rt-4.4.3-68-gc293e1f57

Maureen Mirville maureen at bestpractical.com
Mon Nov 19 15:17:42 EST 2018


The branch, 4.4/quote-txn-on-ticket-forward has been created
        at  c293e1f577bc7f57699d1ef93be359db18d893b8 (commit)

- Log -----------------------------------------------------------------
commit c293e1f577bc7f57699d1ef93be359db18d893b8
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date:   Mon Nov 19 15:09:56 2018 -0500

    Add quoted transaction on ticket Forward
    
    Replying or Commenting on a ticket quotes the content of the
    selected transaction. Passed ARGS to allow this same behavior when
    Forwarding a ticket transaction.

diff --git a/share/html/Ticket/Forward.html b/share/html/Ticket/Forward.html
index a2467369b..bc9e277e3 100644
--- a/share/html/Ticket/Forward.html
+++ b/share/html/Ticket/Forward.html
@@ -87,9 +87,9 @@
 <td><&|/l&>Content</&>:</td>
 <td>
 % if (exists $ARGS{Content}) {
-<& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0, SuppressAttachmentWarning => 1 &>
+<& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0, SuppressAttachmentWarning => 1, %ARGS &>
 % } else {
-<& /Elements/MessageBox, SuppressAttachmentWarning => 1 &>
+<& /Elements/MessageBox, SuppressAttachmentWarning => 1, %ARGS &>
 %}
 </td>
 </tr>

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


More information about the rt-commit mailing list