[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-177-gcc0cbda

sartak at bestpractical.com sartak at bestpractical.com
Tue Mar 9 02:00:46 EST 2010


The branch, 3.8-trunk has been updated
       via  cc0cbdad024f43a02c843ff9a9e3a60d8a554b0d (commit)
      from  64764a9aec4d3db397566f2ae91f7babe8c22054 (commit)

Summary of changes:
 share/html/Search/Bulk.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit cc0cbdad024f43a02c843ff9a9e3a60d8a554b0d
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Mar 9 02:00:16 2010 -0500

    Exclude signature from bulk update unless $MessageBoxIncludeSignatureOnComment

diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index fa20e33..f2ca45c 100755
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -163,7 +163,9 @@
     <input type="submit" class="button" name="AddMoreAttach" value="<&|/l&>Add More Files</&>" />
     <input type="hidden" class="hidden" name="UpdateAttach" value="1" /></td></tr>
  <tr><td class="labeltop"><&|/l&>Message</&>:</td><td>
- <& /Elements/MessageBox, Name=>"UpdateContent"&>
+%# Currently, bulk update always starts with Comment not Reply selected, so we check this unconditionally
+% my $IncludeSignature = RT->Config->Get('MessageBoxIncludeSignatureOnComment');
+<& /Elements/MessageBox, Name => "UpdateContent", IncludeSignature => $IncludeSignature &>
  </td></tr>
  </table>
 

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


More information about the Rt-commit mailing list