Skip to content

Commit

Permalink
Fixed URL for CustomerID in AgentTicketOverviewMedium.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasSchmitt committed Nov 30, 2023
1 parent 4e68158 commit 514fb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 6.5.5 2023-??-??
- 2023-11-30 Fixed URL for CustomerID in AgentTicketOverviewMedium. [#506](https://github.com/znuny/Znuny/issues/506)
- 2023-11-30 Added missing links to widget on CustomerUserInformationCenter: create phone ticket, create email ticket, switch to customer.
- 2023-11-17 Increased size of text columns for standard templates and notification event messages. Thanks for reporting to @BurtGummer. [#504](https://github.com/znuny/Znuny/issues/504)
- 2023-11-17 Pending dashboards now show all pending tickets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
[% IF Data.IsITSMIncidentProblemManagementInstalled %]
<td>
[% RenderBlockStart("CustomerIDRW") %]
<label>[% Translate("CustomerID") | html %]</label><a href="[% Config("CustomerDBLink") %]" class="AsPopup PopupType_TicketAction" [% Config("CustomerDBLinkTarget") %]>[% Data.CustomerID | html %]</a>
<label>[% Translate("CustomerID") | html %]</label><a href="[% Config("CustomerDBLink") | Interpolate %]" class="AsPopup PopupType_TicketAction" [% Config("CustomerDBLinkTarget") %]>[% Data.CustomerID | html %]</a>
[% RenderBlockEnd("CustomerIDRW") %]
[% RenderBlockStart("CustomerIDRO") %]
<label>[% Translate("CustomerID") | html %]</label>[% Data.CustomerID | html %]
Expand Down

0 comments on commit 514fb1c

Please sign in to comment.