Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt
Commits
15a3df1b
Commit
15a3df1b
authored
Aug 27, 2014
by
Alex Vandiver
Browse files
Merge branch '4.2/still-defer-history-loading-when-showing-headers' into 4.2-trunk
parents
5144a1eb
1ff7f30c
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/html/Ticket/Display.html
View file @
15a3df1b
...
...
@@ -67,7 +67,7 @@
% $m->callback( Ticket => $TicketObj, %ARGS, Transactions => $transactions, Attachments => $attachments, CallbackName => 'BeforeShowHistory' );
% my $ShowHistory = RT->Config->Get("ShowHistory", $session{'CurrentUser'});
% if (
not $ForceShowHistory and
$ShowHistory eq "delay") {
% if ($ShowHistory eq "delay") {
<
&
/
Ticket
/
Elements
/
DelayShowHistory
,
Ticket =
>
$TicketObj,
ShowHeaders =
>
$ARGS{'ShowHeaders'},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment