INC-152171 · Issue 610975
Unused query parameter cleaned up from harness
Resolved in Pega Version 8.5.3
Recent testing showed a legacy 'encodedPassword=true' query parameter lingering after changes were made to convert harness actions. Although there was no security implication as no sensitive information was being sent, this unused query has been removed.
INC-152227 · Issue 613671
Corrected filter icon on hierarchical table
Resolved in Pega Version 8.5.3
After creating a section with a hierarchical table, filter icons in the header of the table were displayed in the form of a box and as a normal filter icon. This has been resolved.
INC-152283 · Issue 626400
Added handling for switching table context in a section
Resolved in Pega Version 8.5.3
After configuring multiple tables in a section with row-editing on master-detail, opening the detail section of one of the tables and clicking inside it and then trying to open the details of another table generated the error "Can not render section'. The section would render correctly if the browser was refreshed. Investigation showed this was due to the new section opening in the wrong context, and the system has been updated to support this use case.
INC-152340 · Issue 610911
Scrollbar consistent on switching between grids in tabs
Resolved in Pega Version 8.5.3
On switching between two grid tabs configured in a layout group of tabs, the scrollbars intermittently disappeared or doubled. This was traced to the initscrollbars function being called multiple times and adding hScrolldiv and vScrolldiv each time. To resolve this, the logic has been updated to recalculate the position style.
INC-152547 · Issue 619031
Check added for SPA portal
Resolved in Pega Version 8.5.3
When using the FlowAction "ToCancel" to proceed to the "Withdrawn" stage, the "Confirm" Harness was not opening in a custom Portal. This was traced to a missing NO_UI configuration for FlowAction, which for SPA portal meant its single page caused doc.submit to repaint the whole window/portal. This has been resolved by adding a check for the SPA case.
INC-152945 · Issue 613933
Skin rule applied correctly post-upgrade
Resolved in Pega Version 8.5.3
After upgrading from v7 to v8.5, attempting to apply the previous skin to the new application resulted in a java exception while saving. This was caused by null or empty values for the horizontalDividerHeight and verticalDividerHeight variable which were parsed as double values and led to a null pointer exception. To resolve this, null and empty checks have been added to GenerateFlexScreenLayout.java.
INC-153025 · Issue 614694
Updated table field Minimum Character validation
Resolved in Pega Version 8.5.3
The Minimum Character validation for the Table field was not working due to minchars and validationtype attributes not being populated in the markup. This has been corrected.
INC-153108 · Issue 614360
Added check to maintain disabled textarea 'when'
Resolved in Pega Version 8.5.3
The disabled text field became editable when the "Run required condition on client" checkbox was enabled. This has been resolved by adding a check for pyDisabled property to get the correct status for textarea control.
INC-153152 · Issue 613687
Privilege on table cells updated for non-template mode
Resolved in Pega Version 8.5.3
When using a table sourced from a report definition where certain cells were hidden or shown based on privilege, the configuration worked as expected in regular tables but did not work correctly for optimized tables. This was traced to an issue with image control rendering in non-template mode related to privileges for the image, and has been resolved by updating the pzgenerateicon Rule-Utility-Function.
INC-153163 · Issue 615114
Header present in timeout modal window
Resolved in Pega Version 8.5.3
After upgrade, the header was missing in the session timeout modal dialog when using the pzDisplayModalDialog FlowAction with the pzDisplayModalDialog HTML Rule. This was traced to the title value fetched from HTML not being set for use in the onload function of iframe, and has been resolved by ensuring it is handled by the pzDisplayModalDialog HTML rule.