SR-130959 · Issue 201417
Resolved stack overflow error on click close
Resolved in Pega Version 7.1.8
If a local action is configured on click of button in a section and a flow action is opened in the modal dialog, checking the option "Hide the default Action Section buttons?" in the action tab of flow action caused a stack overflow error when the X button was clicked to close the modal dialog. This has been fixed by adding a condition in focusOnModalDialogFirstElement to avoid refocusing on container_close when the modal does not have focusable elements.
SR-131124 · Issue 199831
Added enter key access to expand pane
Resolved in Pega Version 7.1.8
The expand pane icon in repeat grid was not accessible through enter key. This has been fixed.
SR-131136 · Issue 199333
Localization added for modal dialog alert boxes
Resolved in Pega Version 7.1.8
Localization has been added for modal dialog alert boxes.
SR-131176 · Issue 200691
Special character handling added to ShowHarness
Resolved in Pega Version 7.1.8
Previously, support was added to Decisioning -> Monitoring -> Adaptive Models Reporting for propositions beginning with special characters. An additional use case has been added to support the same in the activity 'uiactiondisplayharness' for ShowHarness.
SR-131199 · Issue 201548
Smoothed editing of data tables mapped to external DB
Resolved in Pega Version 7.1.8
It was not possible to edit a data table mapped to an external database table with column name different from that of the property. To resolve this, the system will ensure that the external mappings take precedence while trying to update the data table.
SR-131238 · Issue 199372
Corrected dual configuration OpenURL in New Window function
Resolved in Pega Version 7.1.8
If a button configured to open a URL in a new window specified both a data transform and an activity in the configuration, it did not work. If only the activity was specified, the behavior was as expected. This was a problem where escape characters were missing when building markup for data transform parameters, and has been fixed.
SR-131257 · Issue 201800
Set proper gradient inheritance for Microsoft Internet Explorer tabs
Resolved in Pega Version 7.1.8
A skin rule applied on application to apply style on tabs should have shown the active tab with a white background and the inactive tabs should have had a gradient applied on them, but at run time when using the Microsoft Internet Explorer browser the gradient was applied on all the tabs irrespective of the state. The code has now been updated for this browser to prevent accidently inheriting a gradient from parent tabs
SR-131266 · Issue 199637
Cleared exception during import of RAP by prpcUtils
Resolved in Pega Version 7.1.8
When attempting to import a RAP file through command line by using prpcUtils.sh, the build was successful and all the rules were imported but an SQL exception was generated related to the execution of Stored Procedure. The RAP file did not contain any code to execute stored procedure, so the execution was found to have been done internally by prpcUtils.sh. To prevent this, prpcUtils has been updated to use the data schema as the default schema for the connection while running against either of the DB2 dbs.
SR-131323 · Issue 201113
RD operator filter max value increased
Resolved in Pega Version 7.1.8
The limit for items displayed by the RD filter pxCreateOperator has been increased to 1000.
SR-131347 · Issue 198661
Changed Dependency Checker table-based cataloging to be case insensitive
Resolved in Pega Version 7.1.8
After updating, the Dependency Checker and Packager functions for v5 items in the table-base catalog features were not finding existing cataloged items that contained mixed case IDs. To resolve this, the dependency checking code has been modified to be case insensitive.