[Rt-commit] rtir branch, 4.0.0/automatic-time-tracking-patches, created. 4.0.0-2-g7eb6380
Dave Goehrig
dave at bestpractical.com
Wed Sep 14 16:28:57 EDT 2016
The branch, 4.0.0/automatic-time-tracking-patches has been created
at 7eb6380ea3a9ad3f2ae567a2c3769a425645c9a9 (commit)
- Log -----------------------------------------------------------------
commit 7eb6380ea3a9ad3f2ae567a2c3769a425645c9a9
Author: Dave Goehrig <dave at bestpractical.com>
Date: Wed Sep 14 16:28:50 2016 -0400
added callbacks for automatic time tracking
diff --git a/html/RTIR/Incident/Reply/index.html b/html/RTIR/Incident/Reply/index.html
index cec521e..9221b0d 100644
--- a/html/RTIR/Incident/Reply/index.html
+++ b/html/RTIR/Incident/Reply/index.html
@@ -64,6 +64,8 @@
<input type="hidden" name="All" value="<% $All %>" />
<input type="hidden" name="Query" value="<% $Query %>" />
+% $m->callback(CallbackName => 'AfterHidden', Ticket => $IncidentObj );
+
<& /Elements/Crypt/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
<h2><&|/l&>Reporters</&></h2>
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