[Rt-commit] rtir branch, 4.0/right-column-display-callbacks, created. 4.0.0-64-gaa46608b

Maureen Mirville maureen at bestpractical.com
Tue Feb 6 13:02:05 EST 2018


The branch, 4.0/right-column-display-callbacks has been created
        at  aa46608bcc1280a31d731647a8256ef4df4bdf35 (commit)

- Log -----------------------------------------------------------------
commit aa46608bcc1280a31d731647a8256ef4df4bdf35
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..4254965e 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 => 'RightColumnEnd' );
     <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