SR-A833 · Issue 204781
Fixed Google Chrome 43 population of Dynamic Select and Menu control
Resolved in Pega Version 7.1.9
When using Google Chrome Version 43.0.2357.81 m, no values were shown in the Dynamic Select drop down list or in the Menu control. This was due to an uncaught exception for this browser in the JavaScript code which has now been addressed.
SR-A91 · Issue 205459
Added expand on click logic to check for layouts collapsed on open
Resolved in Pega Version 7.1.9
The ?Expand/Collapse? click event was not working on the first click if all layouts/sections were initially collapsed on open. This was due to the logic used to determine the state of the layouts, and an additional check has been inserted to handle scenarios where the layouts/sections are collapsed on-load.
SR-122860 · Issue 183998
Added conversion of Turkish characters for Google Chrome
Resolved in Pega Version 7.1.8
Google Chrome was not correctly converting Turkish characters, causing JSON parse exceptions. In order to handle this localization, the system will check whether Google Chrome is being used, and if so will replace selective characters ( Turkish - İIŞĞÜÇÖ ) using a regex. Letters replaced are { "İ": "i", "I": "ı", "Ş": "ş", "Ğ": "ğ", "Ü": "ü", "Ö": "ö", "Ç": "ç" }. Other browsers are not affected.
SR-122860 · Issue 182083
Added conversion of Turkish characters for Google Chrome
Resolved in Pega Version 7.1.8
Google Chrome was not correctly converting Turkish characters, causing JSON parse exceptions. In order to handle this localization, the system will check whether Google Chrome is being used, and if so will replace selective characters ( Turkish - İIŞĞÜÇÖ ) using a regex. Letters replaced are { "İ": "i", "I": "ı", "Ş": "ş", "Ğ": "ğ", "Ü": "ü", "Ö": "ö", "Ç": "ç" }. Other browsers are not affected.
SR-A7611 · Issue 217142
Ampersand not rendered properly for DropDown
Resolved in Pega Version 7.2
In case of dropdowns with defer load, options having "&" were being double-encoded and displayed as '&'. The API has been updated to correctly handle the special character.
SR-A1440 · Issue 213844
Added catch for unspecified layout format
Resolved in Pega Version 7.2
Layouts saved without a format name were not rendering correctly; the container format was changed to 'other', which generated an exception due to the 'other' format not being available in the XML. To prevent this error, the layout format assignment is now wrapped in the JS with a try-catch.
SR-A3540 · Issue 210203
Added check for duplicate Date Control validation error
Resolved in Pega Version 7.2
In a screen flow, it is possible to move forward despite validation errors on the Date control. However, returning to the control caused the validation error message to be displayed twice. This was caused by both the server side and the client side generating the error. To correct this, logic has been added to check if the clipboard already has the messages defined in pClientErrors and avoid adding them to the clipboard if so.
SR-A6010 · Issue 215099
Added handling for special characters in RUF labels API
Resolved in Pega Version 7.2
A change in the handling of special characters such as quotation marks was causing compiler errors after upgrade. This was traced to the StringUtils.escapeIntoJavaString api for label generation in generateCellContent RUF and has been corrected.
SR-A6636 · Issue 215085
Added missing hover text for closing work object
Resolved in Pega Version 7.2
Hovering the mouse over the "X" (Close) icon in a work object was displaying the same message given when hovering over the tab. This was due to a missing "Title" attribute in the dynamic container, and has been fixed.
SR-A6636 · Issue 215085
Added missing hover text for closing work object
Resolved in Pega Version 7.2
Hovering the mouse over the "X" (Close) icon in a work object was displaying the same message given when hovering over the tab. This was due to a missing "Title" attribute in the dynamic container, and has been fixed.