[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.3-114-gbffe7d9
Kevin Falcone
falcone at bestpractical.com
Fri Apr 25 17:12:29 EDT 2014
The branch, 4.2-trunk has been updated
via bffe7d97ce9ca12a675f2f4c6cf717c2c31470b7 (commit)
via 6d6685520a69ebdef0f24c982b5f9e64be20fc27 (commit)
from c451873a784fa125f062680f59b2fbe8f187a24c (commit)
Summary of changes:
share/html/Ticket/Elements/ShowSummary | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 6d6685520a69ebdef0f24c982b5f9e64be20fc27
Author: Christian Loos <cloos at netcologne.de>
Date: Mon Jan 6 15:51:56 2014 +0100
new callback AfterAttachments
diff --git a/share/html/Ticket/Elements/ShowSummary b/share/html/Ticket/Elements/ShowSummary
index 7e2fbc9..ef187e1 100644
--- a/share/html/Ticket/Elements/ShowSummary
+++ b/share/html/Ticket/Elements/ShowSummary
@@ -64,6 +64,7 @@
class => 'ticket-info-people',
&><& /Ticket/Elements/ShowPeople, Ticket => $Ticket &></&>
<& /Ticket/Elements/ShowAttachments, Ticket => $Ticket, Attachments => $Attachments &>
+% $m->callback( %ARGS, CallbackName => 'AfterAttachments' );
<& /Ticket/Elements/ShowRequestor, Ticket => $Ticket &>
% $m->callback( %ARGS, CallbackName => 'LeftColumn' );
</td>
commit bffe7d97ce9ca12a675f2f4c6cf717c2c31470b7
Merge: c451873 6d66855
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Apr 25 17:02:38 2014 -0400
Merge branch '4.2/ticket-summary-callback'
-----------------------------------------------------------------------
More information about the rt-commit
mailing list