[rt-users] MessageBoxIncludeSignature not work ?
Kevin Falcone
falcone at bestpractical.com
Thu Feb 24 17:28:53 EST 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110224/5a3f247a/attachment.sig>
More information about the rt-users
mailing list