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.
SR-B90427 · Issue 339746
Localization wizard maintains rulesets
Resolved in Pega Version 7.4
Updating the translation for a field value through the localization wizard removed the previous version of the rule from a locked ruleset. This resulted in inconsistent rule counts between environments. This happened when the Import Wizard was run a second time on a field value with a higher ruleset, and has been fixed.
SR-B90501 · Issue 337971
Timeline renders without setting timezone
Resolved in Pega Version 7.4
The Timeline control was not rendering for an operator with no timezone set. This was due to a missing check, and has been corrected.
SR-B90615 · Issue 339900
Refactored code for radio button refresh
Resolved in Pega Version 7.4
Radio control selections disappeared for first click when attempting to choose any option by clicking on the option. This was due to an error in the code for the timing of refresh calls, and has been fixed.
SR-B90791 · Issue 339740
Autocomplete drop down selection supports Japanese characters
Resolved in Pega Version 7.4
When a text field of type autocomplete was set to a property holding Japanese text, the Japanese text appeared correctly in the dropdown displaying the choices but became garbled when one of the choices was selected. This was due missing support for Unicode characters in the method used for matching property names, and the regexp used in the replaceControlActionTokens API has been updated.
SR-B90798 · Issue 340302
Password prompt localized
Resolved in Pega Version 7.4
Localization has been added for the "Please Enter A Password" message in the Password update section.
SR-B91866 · Issue 348723
Fixed Microsoft Internet Explorer column resize issue
Resolved in Pega Version 7.4
In Microsoft Internet Explorer, when a huge section was displayed as part of expand row, the column headers were resizing so much that the data did not appear on the UI. This happened when grid presentation content width was selected as Fill (100%) only and the total harness size was getting increased on click of Expand. This was caused by the wrapper not being generated for the first flex layout inside grid, which handles the growth of tables. To fix it, pzPerformGridAction has been modified to handle the embedded pane case.
SR-B91866 · Issue 338012
Fixed Microsoft Internet Explorer column resize issue
Resolved in Pega Version 7.4
In Microsoft Internet Explorer, when a huge section was displayed as part of expand row, the column headers were resizing so much that the data did not appear on the UI. This happened when grid presentation content width was selected as Fill (100%) only and the total harness size was getting increased on click of Expand. This was caused by the wrapper not being generated for the first flex layout inside grid, which handles the growth of tables. To fix it, pzPerformGridAction has been modified to handle the embedded pane case.