
jesse at bestpractical
Nov 6, 2009, 8:56 AM
Post #1 of 1
(88 views)
Permalink
|
|
rt branch, 3.8-trunk, updated. rt-3.8.6-74-g0181ede
|
|
The branch, 3.8-trunk has been updated via 0181edeef105bb8ca53002375368222c86962521 (commit) from 7cb0d2226c4f47180371b5f9c9544f1bd3252afd (commit) Summary of changes: .../Ticket/Elements/ShowTransactionAttachments | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) - Log ----------------------------------------------------------------- commit 0181edeef105bb8ca53002375368222c86962521 Author: Jesse Vincent <jesse[at]bestpractical.com> Date: Fri Nov 6 11:55:20 2009 -0500 Feed ticket information to MakeClicky when we're clicky-fying attachments - Thanks to Salih Goenuellue at SWITCH diff --git a/share/html/Ticket/Elements/ShowTransactionAttachments b/share/html/Ticket/Elements/ShowTransactionAttachments index 0674342..9c40b28 100644 --- a/share/html/Ticket/Elements/ShowTransactionAttachments +++ b/share/html/Ticket/Elements/ShowTransactionAttachments @@ -198,7 +198,8 @@ my $render_attachment = sub { $content = $m->comp( '/Elements/ScrubHTML', Content => $content ); if ( $message->ContentType eq 'text/html' ) { $m->comp('/Elements/MakeClicky', - content => \$content, html => 1 ); + content => \$content, html => 1, + ticket => $Ticket ); } $m->out( $content ); } ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit[at]lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|