SR-127035 · Issue 193206
Improved opening custom flow rules with Microsoft Internet Explorer 9
Resolved in Pega Version 7.1.8
Opening up a flow rule with many sub-process references was taking an excessive amount of time when using Microsoft Internet Explorer 9 due to general browser slowness and the system loading all referenced flow rules at that time. This has been resolved by tuning the JavaScript code to improve the performance of the viewer and to disable drilldown functionality from the server.
SR-127039 · Issue 190388
Resolved error with Obj-Refresh-And-Lock Method for results browse
Resolved in Pega Version 7.1.8
If the useLightweight List checkbox was checked when trying to do an obj-browse, Obj-Refresh-And-Lock method was generating an error. This was an issue with the virtual clipboard, and has been resolved.
SR-127042 · Issue 190334
Localization added for Operator profile values
Resolved in Pega Version 7.1.8
Localization has been added for the Operator profile full display custom labels.
SR-127091 · Issue 193209
Forward chaining commit error resolved
Resolved in Pega Version 7.1.8
A sporadic pyCommitError was observed when performing 'Action' during a 'Phone call' interaction for a specific user. During forward chaining, a malformed variable change that occurs when a page copy happens on a embedded page of a work page is recreated in order to not corrupt the fragment collection cache. Previously, this was done only while evaluating the declare expressions. The system has now been updated to do the same during evaluation of other declarative flavors during forward chaining.
SR-127121 · Issue 193264
Gauge Dial display in Case Manager updated for Microsoft Internet Explorer 8
Resolved in Pega Version 7.1.8
After clearing the browser cache in Microsoft Internet Explorer 8 and logging into the case manager portal, the gauge dials disappeared. On relogin they appeared properly. This issue was due to the style attribute positioning being incorrectly represented in Microsoft Internet Explorer 8, and has been adjusted.
SR-127130 · Issue 192558
Localization added for filter values accessed from a new locale
Resolved in Pega Version 7.1.8
After building a Report Definition that used a custom section to display filter values, localization for the filter values was not working if a user logged in with a different locale. Code has been added to handle localizing filter value and label in this situation.
SR-127156 · Issue 191611
Corrected lost lock workflow error
Resolved in Pega Version 7.1.8
In a scenario where "Launch -> Local action" is used on a button without a grid component in the page, opening a modal window with Ok and Cancel buttons in it and then clicking the cancel and Next button on the main screen caused a Lock Lost error. This has been fixed.
SR-127156 · Issue 193608
Corrected lost lock workflow error
Resolved in Pega Version 7.1.8
In a scenario where "Launch -> Local action" is used on a button without a grid component in the page, opening a modal window with Ok and Cancel buttons in it and then clicking the cancel and Next button on the main screen caused a Lock Lost error. This has been fixed.
SR-127156 · Issue 194906
Corrected lost lock workflow error
Resolved in Pega Version 7.1.8
In a scenario where "Launch -> Local action" is used on a button without a grid component in the page, opening a modal window with Ok and Cancel buttons in it and then clicking the cancel and Next button on the main screen caused a Lock Lost error. This has been fixed.
SR-126907 · Issue 193779
Work objects in dynamic container corrected for the AES Manager portal.
Resolved in Pega Version 7.1.8
If a dynamic container is embedded in a section, the work objects opened through AES portal are opened in a dynamic container. When using the AES Manager portal with the Microsoft Internet Explorer 11 browser, work objects would open but then immediately the UI would scroll closed. This was a browser issue where harness tabs with IFRAME in production were not triggering the re-flow for DC tabs as they were for static tabs, and the system has been updated to perform this action correctly.