SR-127173 · Issue 192701
Resolved save error for custom date format
Resolved in Pega Version 7.1.8
A custom date entry given Display mode 'Text Input + Calendar' and the option 'Display value using read-only formatting' and using the format dd.MM.yyyy returned the error 'Entered date value is Invalid' when attempting to save. This was an issue where the processOnBeforeSubmit function code exists to replace the client formatted value with the value which need to be submitted but doSave was using the submitWhenFail API where it has its own logic to process elements. To resolve the issue, the system will call a common function from both places to obtain the proper setting.
SR-127452 · Issue 192406
Case match duplicate check resolved
Resolved in Pega Version 7.1.8
A case match rule to check for duplicates with adding an expression in weighted condition was giving a runtime error due to incorrect page referencing in java step of activity 'RunDuplicateCasesReport' that was attempting to obtain the property from the RD page (which was using a different structure). The page reference has been updated to correct this issue.
SR-128261 · Issue 192779
Corrected accessibility for buttons assigned a menu role
Resolved in Pega Version 7.1.8
With JAWS accessibility active, navigating to a menu button titled "Other Actions" causes JAWS to read "Menu. To move through items press up or down arrow...O." If the JAWS instructions are followed, it reads out the caption/title of the next field rather than actually reading out the options in the menu. This was caused by JAWS not reading the label of a button which has popover window on click action and has the 'menu' role added to it. To resolve this, if there is a role in the button generation RUF, its value has been set to "menu".
SR-130147 · Issue 196723
pxCWOptionsMenu now localized
Resolved in Pega Version 7.1.8
Localization has been added for the section pxCWOptionsMenu.
SR-130208 · Issue 198155
Handling added for step page call to DeleteAssignment
Resolved in Pega Version 7.1.8
After upgrade, the pxDeleteAssignment with step page Assign-Workbasket was not working as expected. The error was traced to the 'DETERMINELOCKSTRING' activity being available in Work- class while the local customization was passing the Assign- page as the steps page. Handling has been added for cases when the activity gets called on a page other than primary work page.
SR-130249 · Issue 199071
Resolved validation error for modal window with right tabs
Resolved in Pega Version 7.1.8
Validation errors in a modal window could cause the user session to hang when the content of the modal window was configured to use a tab group with tabs positioned to the right. This was a div ordering error in the API, and a check was added for tab position right.
SR-130269 · Issue 197947
SmartInfo call updated for Listview in standards mode
Resolved in Pega Version 7.1.8
After upgrade, instances of SmartInfo configured on listview showed improper styles. This was due to the older version of the SmartInfo control being used when the document was in standards mode. The listview function has been updated to use the updated SmartInfo control for proper rendering.
SR-130363 · Issue 200006
Dynamic decimal place value setting added
Resolved in Pega Version 7.1.8
Previously, the 'pxNumber' control had Decimal Places set to 2. This setting became Auto in ML7, which resulted in no decimal values being displayed for whole numbers in some installations with custom settings after upgrade. To facilitate overriding this out-of-the-box function, a dynamic setting has been added: create a dynamic system setting rule with purpose "DecimalPlacesforpxNumber" in the ruleset "Pega-UMicrosoft Internet Explorerngine" with a given value from -1 to 10, and it will override the Auto value in the pxNumber control decimal places setting.
SR-130526 · Issue 200786
Modified 'save as' to update workgroups across nodes
Resolved in Pega Version 7.1.8
On a multi-node environment, 'Bulk Actions' was not showing all of the workbaskets after a product rule with a workbasket data instance was imported to one node and not others. This was a lookuplist cache issue caused by 'save as' not updating the workgroups, and has been resolved.
SR-130563 · Issue 201651
Resolved script errors for dynamic container refresh
Resolved in Pega Version 7.1.8
When a screen designed with Tab Group and Dynamic Container was refreshed through Button/ModalWindow/f5, a JavaScript error was generated and the buttons were not clickable. To correct this a null check will be performed while initializing tabs.