[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-194-g5f5935f
Kevin Falcone
falcone at bestpractical.com
Mon Nov 15 10:47:55 EST 2010
The branch, 3.8-trunk has been updated
via 5f5935fc820252672f798fc285bff45d5068ca0f (commit)
from fe9ac7a0523e5a942dc6016b660e0e06fb52d796 (commit)
Summary of changes:
share/html/Ticket/ModifyAll.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5f5935fc820252672f798fc285bff45d5068ca0f
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Nov 4 14:51:56 2010 -0400
Ensure that signatures are loaded on Jumbo
A change to maintain Message Content on page reload caused signatures to
never be loaded.
diff --git a/share/html/Ticket/ModifyAll.html b/share/html/Ticket/ModifyAll.html
index 3fe2871..4a80716 100755
--- a/share/html/Ticket/ModifyAll.html
+++ b/share/html/Ticket/ModifyAll.html
@@ -135,7 +135,7 @@
<tr>
<td class="labeltop"><&|/l&>Content</&>:</td>
<td class="entry">
-% if (exists $ARGS{UpdateContent}) {
+% if (defined $ARGS{UpdateContent} && length($ARGS{UpdateContent})) {
<& /Elements/MessageBox, Name=>"UpdateContent", Default=>$ARGS{UpdateContent}, IncludeSignature => 0 &>
% } else {
<& /Elements/MessageBox, Name=>"UpdateContent", QuoteTransaction=>$ARGS{QuoteTransaction} &>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list