[Rt-commit] rtir branch, 4.0.0/add-after-hidden, created. 4.0.0-6-g6c58b19
Dave Goehrig
dave at bestpractical.com
Wed Sep 14 16:32:23 EDT 2016
The branch, 4.0.0/add-after-hidden has been created
at 6c58b1903c652674195bfbb27de280e7e6cdbc67 (commit)
- Log -----------------------------------------------------------------
commit 6c58b1903c652674195bfbb27de280e7e6cdbc67
Author: Dave Goehrig <dave at bestpractical.com>
Date: Wed Sep 14 16:32:14 2016 -0400
Add AfterHidden callback 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>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list