[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.12-88-ga92bf7c
Shawn Moore
shawn at bestpractical.com
Mon Nov 9 13:19:00 EST 2015
The branch, 4.2-trunk has been updated
via a92bf7c539238ab93d3d608fb173111e8aa1f35a (commit)
from 710898013a94b9ecd9888cea06c8c9ec1a837d98 (commit)
Summary of changes:
share/html/Ticket/Update.html | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit a92bf7c539238ab93d3d608fb173111e8aa1f35a
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Mon Nov 9 13:18:18 2015 -0500
Add RightColumnBottom callback to /Ticket/Update.html
diff --git a/share/html/Ticket/Update.html b/share/html/Ticket/Update.html
index b6429e3..43202e1 100644
--- a/share/html/Ticket/Update.html
+++ b/share/html/Ticket/Update.html
@@ -128,6 +128,8 @@
<& /Ticket/Elements/EditTransactionCustomFields, %ARGS, TicketObj => $TicketObj, InTable => 1, KeepValue => 1, &>
+% $m->callback( %ARGS, CallbackName => 'RightColumnBottom', Ticket => $TicketObj );
+
</table>
</&>
</div>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list