[Rt-commit] rtir branch, 4.0.0/add-afterworked-callback, created. 4.0.0-2-gd2e3dc7
Dave Goehrig
dave at bestpractical.com
Wed Sep 14 14:00:24 EDT 2016
The branch, 4.0.0/add-afterworked-callback has been created
at d2e3dc705c55da62e8872dd6df7ce91f969378fd (commit)
- Log -----------------------------------------------------------------
commit d2e3dc705c55da62e8872dd6df7ce91f969378fd
Author: Dave Goehrig <dave at bestpractical.com>
Date: Wed Sep 14 13:58:44 2016 -0400
Add AfterWorked callback
automatic time tracking extension requires AfterWorked callback
normalizes with the base RT-4.2 Ticket/Update.html so other
extensions work with RTIR too.
diff --git a/html/RTIR/Update.html b/html/RTIR/Update.html
index 784f0f3..aaf7ded 100644
--- a/html/RTIR/Update.html
+++ b/html/RTIR/Update.html
@@ -109,6 +109,8 @@
],
&>
+% $m->callback( %ARGS, CallbackName => 'AfterWorked', Ticket => $Ticket );
+
<& /Ticket/Elements/EditTransactionCustomFields,
%ARGS, TicketObj => $Ticket, InTable => 1,
&>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list