[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-60-g838360c

Kevin Falcone falcone at bestpractical.com
Wed Dec 23 16:48:35 EST 2009


The branch, 3.8-trunk has been updated
       via  838360cb147cb1ec810ff7975ec63e39ebef9bb9 (commit)
      from  49cbb8ac1933cb5c201e8523d810015214dbfc7c (commit)

Summary of changes:
 share/html/Ticket/ModifyAll.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 838360cb147cb1ec810ff7975ec63e39ebef9bb9
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Dec 21 15:45:39 2009 -0500

    fix Jumbo reloading and losing message content
    
    This does not address the fact that any other changes (status, owner,
    cfs, etc) are also lost.

diff --git a/share/html/Ticket/ModifyAll.html b/share/html/Ticket/ModifyAll.html
index 7628700..4fcea50 100755
--- a/share/html/Ticket/ModifyAll.html
+++ b/share/html/Ticket/ModifyAll.html
@@ -133,8 +133,13 @@
   </tr>
   <tr>
     <td class="labeltop"><&|/l&>Content</&>:</td>
-    <td class="entry"><& /Elements/MessageBox, Name=>"UpdateContent", QuoteTransaction=>$ARGS{QuoteTransaction} &></td>
-  </tr>
+    <td class="entry">
+% if (exists $ARGS{UpdateContent}) {
+    <& /Elements/MessageBox, Name=>"UpdateContent", Default=>$ARGS{UpdateContent}, IncludeSignature => 0 &>
+% } else {
+    <& /Elements/MessageBox, Name=>"UpdateContent", QuoteTransaction=>$ARGS{QuoteTransaction} &>
+% }
+  </td></tr>
 </table>
 </&>
   

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


More information about the Rt-commit mailing list