Skip to content

Commit

Permalink
Display Richtext fields in a readable manner
Browse files Browse the repository at this point in the history
This makes the text readable on the ticket history page, which was
strongly requested by our users.
  • Loading branch information
chutzimir committed Jul 21, 2022
1 parent c3ae962 commit 344eab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Elements/ShowTransaction
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ my @classes = (
($RowNum % 2 ? 'odd' : 'even')
);

my $desc = $Transaction->BriefDescriptionAsHTML;
my $desc = $Transaction->BriefDescription;
if ( $Object->id != $Transaction->ObjectId ) {
# merged objects
$desc = join " - ",
Expand Down

0 comments on commit 344eab8

Please sign in to comment.