SR-120564 · Issue 179056
"Configurable Error Section" option now supported by JAWS
Resolved in Pega Version 7.1.8
It was reported that a custom error section on top of the harness created using the "Configurable Error Section" option was not being read by JAWS . This was due to the custom work flow section not being supported in the out-of-the-box PRPC Accessibility Mode, and the necessary support has been added.
SR-120566 · Issue 181231
Bulk Actions filtering error resolved
Resolved in Pega Version 7.1.8
In Bulk Actions, if a filter was renamed from "Assigned to Operator" to something else, ex "Application ID", the filter was not being applied. If the "Assigned to Operator" filter was deleted and a new one added, the filter was applied correctly. This was found to be an issue with the filters "Assigned to Operator" and "Assigned to Workbasket" setting the flag pyUsage = operator on the filter condition, causing a custom SQL to be generated. This has been corrected.
SR-120585 · Issue 182421
Work object history corrected for failed flow action submissions
Resolved in Pega Version 7.1.8
If a a flow action is submitted which encounters errors and generates Page-Messages, correcting the errors and re-submitting the flow action created duplicate entries in the work object history that included entries for the failed flowaction submission. This was caused by improper rollback of the addhistory when the commit of the WO is rolled back, and has been corrected.
SR-120586 · Issue 179198
Assignment dependencies with child cases now properly resolve
Resolved in Pega Version 7.1.8
Using a dependency on an assignment based on a child case can case an error. This was due to the obj class being wrongly populated, and has been resolved.
SR-120586 · Issue 178686
Assignment dependencies with child cases now properly resolve
Resolved in Pega Version 7.1.8
Using a dependency on an assignment based on a child case can case an error. This was due to the obj class being wrongly populated, and has been resolved.
SR-120603 · Issue 178264
RTE tooltips localization expanded
Resolved in Pega Version 7.1.8
The localization for RTE tooltips has been expanded to include the spin/roll button (to select font size).
SR-120615 · Issue 183300
SQL rules searches now display full details
Resolved in Pega Version 7.1.8
Expanding the connect SQL rules in a search result did not display "ruleset version," "updated by" or "availability" details. This was caused by a mismatch in the RuleName formatting for the Search Results and Transform activities, and has been corrected.
SR-120615 · Issue 178695
SQL rules searches now display full details
Resolved in Pega Version 7.1.8
Expanding the connect SQL rules in a search result did not display "ruleset version," "updated by" or "availability" details. This was caused by a mismatch in the RuleName formatting for the Search Results and Transform activities, and has been corrected.
SR-120622 · Issue 186851
Resolved browser hang issue with IAC
Resolved in Pega Version 7.1.8
After opening a case displayed through IAC, attempting to close the browser caused it to hang and the CPU cycles to elevate. This was traced to an undeclared variable causing recursion, and has been resolved by using a var keyword to declare a variable in JavaScript.
SR-120654 · Issue 179938
Made busy indicator location consistent in SFA portal
Resolved in Pega Version 7.1.8
The 'loading' icon (aka "Throbber") was not being displayed in a consistent location in the SFA Portal. This was traced to the busy indicator being registered in reference to the workarea gadget, causing the busy indicator to appear in an unexpected place if the gadget was hidden. This has been corrected by showing the indicator directly on the portal window.