[Rt-commit] rtir branch, 4.0/right-column-display-callbacks, created. 4.0.0-64-g904010dd
Maureen Mirville
maureen at bestpractical.com
Fri Feb 9 16:17:58 EST 2018
The branch, 4.0/right-column-display-callbacks has been created
at 904010dd5b42ced262af210298dc0674a0271189 (commit)
- Log -----------------------------------------------------------------
commit 904010dd5b42ced262af210298dc0674a0271189
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date: Tue Feb 6 12:21:54 2018 -0500
Add new callbacks to incident/incident report/investigation pages
diff --git a/html/RTIR/Display.html b/html/RTIR/Display.html
index e1a429b1..5e1679d3 100644
--- a/html/RTIR/Display.html
+++ b/html/RTIR/Display.html
@@ -131,6 +131,7 @@
&>
<& /RTIR/Elements/ShowDates, Ticket => $Ticket &>
</&>
+% $m->callback( %ARGS, Ticket => $Ticket, CallbackName => 'BeforeRequestor' );
<br />
<& /Ticket/Elements/ShowRequestor, Ticket => $Ticket, DisplayPath => RT::IR->HREFTo("Display.html") &>
</td>
diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index 5bf8e894..8d908625 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -143,6 +143,7 @@
% }
<& /RTIR/Elements/ShowArticles, Ticket => $TicketObj &>
+% $m->callback( %ARGS, Ticket => $TicketObj, CallbackName => 'RightColumnEnd' );
</td></tr></table>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list