SR-B87558 · Issue 335977
German localization added
Resolved in Pega Version 7.4
Unsaved Error messages have been localized in the German language pack, including "Remaining open tabs have unsaved work." and "Please close them manually.".
SR-B87560 · Issue 338370
German localization added
Resolved in Pega Version 7.4
Utilities have been localized in the German language pack.
SR-B87563 · Issue 335662
German localization added
Resolved in Pega Version 7.4
UserActions names and Description has been localized in the German language pack.
SR-B87564 · Issue 335669
German localization added
Resolved in Pega Version 7.4
Localization has been added to the Sentiment routing values for Email channel interfaces in the German language pack.
SR-B87569 · Issue 336101
German localization added
Resolved in Pega Version 7.4
Localization for the Application guides screen has been added for the German language pack.
SR-B87884 · Issue 337043
Fixed Firefox on-click event
Resolved in Pega Version 7.4
An on-click event was not happening in Firefox, but worked on Microsoft Internet Explorer and Google Chrome. This has been fixed.
SR-B88368 · Issue 336809
Smart Info Calendar alignment fixed
Resolved in Pega Version 7.4
On the daily and weekly calendar view, when hovering over the appointments the smart info box was not properly aligned over the right appointment schedule. This was due to a style tag which was not closed, and has been fixed.
SR-B88680 · Issue 345342
Decoding added for special characters in parameters
Resolved in Pega Version 7.4
When a button click was configured to create a new case and pass in all the data as parameters to pyWorkPage, all of the special characters were replaced with "%20" during encoding. This has been fixed by adding decode logic in createNewWorkWithParams.
SR-B89388 · Issue 336715
German localization added to Mashup delete message
Resolved in Pega Version 7.4
The Mashup delete message has been localized in the German language pack.
SR-B90355 · Issue 340890
Fixed navigation into collapsed panel content
Resolved in Pega Version 7.4
When control was on last field of a header, it was possible to use tab to move to content that was present on a collapsed left panel. If JAWS was in use, it was reading the content on the left panel which was not displayed on the UI (collapsed). This was traced to a missing "display:none" CSS property for the left panel content when it is collapsed, which thereby allowed tab control to navigate to it, and has been fixed.