Skip to main content

Resolved Issues

View the resolved issues for a specific Platform release.

Go to download resolved issues by patch release.

Browse release notes for a selected Pega Version.

NOTE: Enter just the Case ID number (SR or INC) in order to find the associated Support Request.

Please note: beginning with the Pega Platform 8.7.4 Patch, the Resolved Issues have moved to the Support Center.

INC-216358 · Issue 712231

Auto Complete working in Mobile Browser configuration

Resolved in Pega Version 8.8

Autocomplete was not working in the mobile browser when logged in as a user and configured with display mode:"in-a-table" and "display as full screen in mobile" disabled. Autocomplete results will always display in List mode in the mobile browser, but with the configuration "in a table" selected and "Display results full screen on phone" unchecked, pzGetACData (which gets called for List mode) was not registered and returned a 403 response. To handle this, the conditions file ActionAssembly.java has been removed so pzGetACData will always be registered.

SR-A67716 · Issue 251384

Updated ruleset determination for saving copied reports

Resolved in Pega Version 7.2.2

When a new report was made from a copy, it was not properly assigned to the ruleset it should be saved in (the "design time" ruleset configured on the operators Access Group). Instead, it was residing in the same ruleset as the template report definitions (Pega-Reporting), causing property validations to fail if they were in the subset of rulesets which were in the design time ruleset's stack but not in Pega-Reporting until the report was saved successfully once. This has been fixed by adding a step to Rule-Obj-Report-Definition!pxShowReport that sets the ruleset name and version of a new report to match the Access Group's configured design time ruleset.

SR-A88892 · Issue 266454

Restored nested sections show repeating grid header

Resolved in Pega Version 7.2.2

In a section that has repeating grids configured, rule check-out and check-in caused the repeat grid headers and cells to disappear in Designer Studio. Analysis showed that when a rule was deleted from a section with nested layouts, only the properties which had values were committed to the database. On restoring the rule, only committed properties were re-created on the section XML, leaving the XML incomplete and generating an error and layout rendering failure. To fix this, the pzpega_ud_gridlayout_structure JS has been updated to handle the non-existence of empty nodes and initialize them.

SR-A100693 · Issue 270076

Checkboxes retain context in Repeating Dynamic Layouts

Resolved in Pega Version 7.2.2

Issues were found with properties in Repeating Dynamic Layouts that lose their context based on user interaction and out-of-the-box configuration, most notably with Checkboxes. On checkboxes the action does not need to trigger a refresh, yet the UI for the checkbox HTML is was refreshed even when it should not be. In order to fix this issue, changes have been made to the initiatePost() method in "pzpega_ui_events" file to ensure the "RepeatDynamicIndex" param is sent to the server and generates the ID on the checkbox as expected. Note: This fix will work only for checkboxes in RDL only and only for "post value" action.

SR-A100725 · Issue 270058

Checkboxes retain context in Repeating Dynamic Layouts

Resolved in Pega Version 7.2.2

Issues were found with properties in Repeating Dynamic Layouts that lose their context based on user interaction and out-of-the-box configuration, most notably with Checkboxes. On checkboxes the action does not need to trigger a refresh, yet the UI for the checkbox HTML is was refreshed even when it should not be. In order to fix this issue, changes have been made to the initiatePost() method in "pzpega_ui_events" file to ensure the "RepeatDynamicIndex" param is sent to the server and generates the ID on the checkbox as expected. Note: This fix will work only for checkboxes in RDL only and only for "post value" action.

INC-145535 · Issue 600787

Corrected layout group overlapping content

Resolved in Pega Version 8.4.4

When an editable Table with Master Detail Edit has a section that contains a Layout group (Tab) inside the Master Detail Flow Action, if there are more layout group headings than that can be contained in the screen, a left and right arrow are displayed to toggle between headings in the layout group heading bar. However, timing issues sometimes caused the contents of the layout group to overlap on top of the content below the layout group and the screen was freezing with a loading icon. This was traced to console errors, and has been resolved by adding an 'undefined' check to prevent those errors.

INC-210513 · Issue 710344

Added handling for clustered index on the pr4_rule table during migration

Resolved in Pega Version 8.8

When attempting to migrate the rules schema to RULES85 and temp data schema DATA85, the upgrade was becoming stuck in a loop while working to generate declarative indexes for Rule-HTML-Paragraph. Investigation showed the infinite looping happened only for classes mapped to the pr4_rule and with instance count of more than (num of threads * batch size). This was due to the presence of a clustered index on the pr4_rule table causing the resultset to return an infinite number of records in SQLServer, and has been resolved with an update to leverage the total record count to iterate the resultset instead of depending on the resultset.next().

INC-214451 · Issue 734925

Rest connector passes RequestAttachmentPage to child requestor

Resolved in Pega Version 8.8

While invoking the Rest Connect from a data page, the error "InboundMappingException: Exception occurred while mapping incoming response" was generated. Requests with "Content-type:multipart/form-data" require "pyRequestAttachmentPage" or "pyResponseAttachmentPage" to be populated with correct values. When Rest-Connector was executed in parallel, those pages were not copied to the child requestor and the rest call executed from the child requestor did not have correct header and body. To resolve this, MethodConnect.java has been updated to correctly pass pyRequestAttachmentPage to the child requestor.

INC-211251 · Issue 706540

Handling added for Model level Data type empty values

Resolved in Pega Version 8.8

After update, the Email Intelligent Virtual Assistant™ (IVA) was not able find the proper response for the real-time incoming emails but was able to find the topic and response when running it from Dev Studio and Prediction Studio. This was due to an edge case where the model datatype page list property was present on the text analyzer rule and a page was present in it, but the property pyName which actually holds the data type (body, attachment, all) was not present in the page. This has been resolved by updating the system to add 'all' as the datatype if the pyName is blank (null or empty).

INC-190708 · Issue 688135

Save works on Ajax container without Dynamic container

Resolved in Pega Version 8.8

After opening a work object and making changes to a required field, pressing the save button did not give any visual indication that the save was performed. Hitting cancel generated a dirty pop up saying changes will be discarded, indicating no save was done. When an Ajax container is configured without a Dynamic Container, all the content is rendered inside a fieldset tag instead of a form tag. While performing the save, the API was looking for the form element in the document and could not find any, and the save failed. This has been resolved by updating the submitWhenFail() API to handle both fieldset and form elements in the dom.

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us