[Rt-commit] [rtir] 06/09: Call Attachments directly rather than old wrapper template
Kevin Falcone
falcone at bestpractical.com
Mon Apr 14 12:57:24 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.2/incident-investigation-updates
in repository rtir.
commit b28fb5d23d91868ac4189e06832f8c7f7f7420ec
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Mar 10 09:00:46 2014 -0400
Call Attachments directly rather than old wrapper template
---
html/RTIR/Incident/Display.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index b58d710..02e89ba 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -284,7 +284,7 @@ if ( defined $TicketObj->TimeLeft && $TicketObj->TimeLeft > 0 ) {
$TimeWorked .= '/'. $TicketObj->TimeLeft;
}
-my $attachments = $m->comp('/Ticket/Elements/FindAttachments', Ticket => $TicketObj);
+my $attachments = $TicketObj->Attachments;
</%INIT>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list