On Thu, Feb 24, 2011 at 11:01:07PM +0100, Daniel Schwager wrote:
> Hi,
> 
> If i set MessageBoxIncludeSignature to 0, the signature
> will still displayed while "reply" (respond action) to a ticket.
> 
> This is because rt-3.8.8/share/html/Ticket/Update.html
> is written to ignore the config variable while processing
> any "Respond" action. 
> 
> ** rt-3.8.8/share/html/Ticket/Update.html
> ...
> % my $IncludeSignature = 1;
> % $IncludeSignature = 0 if $Action ne 'Respond' &&
> !RT->Config->Get('MessageBoxIncludeSignatureOnComment');
> <& /Elements/MessageBox, Name=>"UpdateContent", IncludeSignature =>
> $IncludeSignature, %ARGS &>
> ...
> 
> 
> Is this a Bug ? I thought MessageBoxIncludeSignature and 
> MessageBoxIncludeSignatureOnComment relates to correspondence/comments 
> updates.

Those config options weren't added at the same time, so it's possible
the second commit broke MessageBoxIncludeSignature.  Feel free to
forward to rt-bugs

Attachment: pgpojw3vqawdm.pgp
Description: PGP signature

Reply via email to