Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2022-09-12 16:27:00 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-09-12 16:27:00 +0300
commita5ed0c8f812186decc761152c8d804695cbfd4bd (patch)
tree525d3445a868b03836222dd6c57227cdc9e5bcff
parent7e0ee709551c1c8d8be0e9895c007a795384d3d8 (diff)
parentbcc532cfed33dfbd23c952537227f44c270bc354 (diff)
Merge branch '5.0/add-callback-showsummary-aftercustomfields' into 5.0-trunk
-rw-r--r--share/html/Ticket/Elements/ShowSummary2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/html/Ticket/Elements/ShowSummary b/share/html/Ticket/Elements/ShowSummary
index 7868525975..944cbf01ca 100644
--- a/share/html/Ticket/Elements/ShowSummary
+++ b/share/html/Ticket/Elements/ShowSummary
@@ -92,7 +92,7 @@ my $modify_behavior = $InlineEdit ? ($inline_edit_behavior{Basics} || $inline_ed
title_href => ($can_modify || $can_modify_cf) ? RT->Config->Get('WebPath')."/Ticket/Modify.html" : "",
InlineEdit => ($can_modify || $can_modify_cf) ? $InlineEdit : 0,
&>
-
+% $m->callback( %ARGS, CallbackName => 'AfterCustomFields' );
<%PERL>
my $people_url = RT->Config->Get('WebPath')."/Ticket/ModifyPeople.html?id=".$Ticket->Id;
my $people_inline = sprintf( $modify_inline, $m->interp->apply_escapes( $people_url, 'h' ) );