[Rt-commit] rt branch, 4.4/quote-txn-on-ticket-forward, repushed

Maureen Mirville maureen at bestpractical.com
Mon Nov 19 16:44:48 EST 2018


The branch 4.4/quote-txn-on-ticket-forward was deleted and repushed:
       was c293e1f577bc7f57699d1ef93be359db18d893b8
       now 33efc6fac7199b24321d1f4a4853e1d76dc8dca2

1: c293e1f57 ! 1: 33efc6fac Add quoted transaction on ticket Forward
    @@ -14,7 +14,11 @@
      <td>
      % if (exists $ARGS{Content}) {
     -<& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0, SuppressAttachmentWarning => 1 &>
    ++% # preserve QuoteTransaction so we can use it to set up sane references/in/reply to
    ++% my $temp = $ARGS{'QuoteTransaction'};
    ++% delete $ARGS{'QuoteTransaction'};
     +<& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0, SuppressAttachmentWarning => 1, %ARGS &>
    ++% $ARGS{'QuoteTransaction'} = $temp;
      % } else {
     -<& /Elements/MessageBox, SuppressAttachmentWarning => 1 &>
     +<& /Elements/MessageBox, SuppressAttachmentWarning => 1, %ARGS &>



More information about the rt-commit mailing list