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:
authorBrian Conry <bconry@bestpractical.com>2022-08-31 19:42:40 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-09-12 16:25:39 +0300
commitbcc532cfed33dfbd23c952537227f44c270bc354 (patch)
treed1f8caeae5b4339ce0de619fa50398795c4f8b7d
parentacb0d17a139a258892a14acf3087de3efa5091a0 (diff)
Add AfterCustomFields callback to /Ticket/Elements/ShowSummary
-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 c929833660..103fd28d3a 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' ) );