Skip to content

Commit

Permalink
Fixed double encoding for dynamic field values in linked-tickets-tabl…
Browse files Browse the repository at this point in the history
…e. (#300)

Co-authored-by: Denny Korsukéwitz <dennykorsukewitz@gmail.com>
Co-authored-by: Niklas <ns@znuny.com>
  • Loading branch information
3 people authored Jul 21, 2023
1 parent 2bc51e7 commit 02da093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/Output/HTML/LinkObject/Ticket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ sub TableCreateComplex {
DynamicFieldConfig => $DynamicFieldConfig,
Value => $Value,
ValueMaxChars => 20,
HTMLOutput => 0,
LayoutObject => $Self->{LayoutObject},
);

Expand Down

0 comments on commit 02da093

Please sign in to comment.