Skip to content

Commit

Permalink
Issue #3994: Links added to Info Tile of Customer Dashboard now open …
Browse files Browse the repository at this point in the history
…in new tab
  • Loading branch information
chzauleck authored and svenoe committed Dec 18, 2024
1 parent e0f2bc0 commit f2f877a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kernel/Modules/AdminCustomerDashboardInfoTile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,11 @@ sub Run {
$Error{GroupsServerError} = 'ServerError';
}

# add html links and target=_blank
$CustomerDashboardInfoTileData->{Content} = $LayoutObject->HTMLLinkQuote(
String => $CustomerDashboardInfoTileData->{Content},
);

# if there is an error return to edit screen
if ( IsHashRefWithData( \%Error ) ) {

Expand Down

0 comments on commit f2f877a

Please sign in to comment.