SR-A2860 · Issue 207205
Expand Collapse icon function corrected for repeating grid
Resolved in Pega Version 7.1.9
The Expand Collapse icon for expand pane repeat grid stopped working when configured with Expand / Collapse flow action and "Display multiple rows" unchecked. This was an issue with the comingfromadd flag not being reset correctly after deleting a row, and has been fixed.
SR-A2892 · Issue 207322
Enhancement added to support passing gadget parameters to DT
Resolved in Pega Version 7.1.9
An enhancement has been added to pass gadget parameters to default Data transforms from IAC when launching/displaying the harness.
SR-A295 · Issue 205219
Take Action DropDown behavior restored
Resolved in Pega Version 7.1.9
After upgrade, a button on the harness used to call a script to launch the handleUpdate function and make the Action section read only was not working as expected. This has been resolved by removing code that always reset the disabled state of the action area dropdown in the action-iframe setup.
SR-A3004 · Issue 208289
Added escape character check to retain Repeating Grid filter choices
Resolved in Pega Version 7.1.9
Filter values were not being retained when multiple values were selected in a repeating grid if the value contained an ampersand ("&"). This has been fixed by adding a call to the StringEscapeUtils.unescapeHtml API.
SR-A3063 · Issue 208349
Ensured 'ReadOnly' consistently propagates to child section
Resolved in Pega Version 7.1.9
The Edit Option 'ReadOnly' was inconsistent about propagating to a child when a control followed a section include. This occurred because the pzsectionBodyIncludeInCell RUF removes the "SectionReadOnly" param after it has included the section, causing a problem in any trailing controls of the parent section because the "isControlEditable" API was depending only on "SectionReadOnly" and the read-only when/expression. This has been fixed by updating the "isControlEditable" API to additionally call the "hasInputEnabled" API to check the edit mode of the control.
SR-A3274 · Issue 210284
Updated en_US locale spellcheck
Resolved in Pega Version 7.1.9
Spellchecking on RTE control was not detecting some wrongly spelled words in the en_US locale. This was a regression, and has been fixed.
SR-A3421 · Issue 207837
Corrected Refresh based on clipboard property changes
Resolved in Pega Version 7.1.9
Refreshing the Dynamic layout whenever a property in the clipboard changed was not working in one of the cases in base CPM: when passing "ProcessAction" activity as a pre-activity for any flow action, change tracker did not send the changed values from the newAssignPage. This has been resolved by adding a condition for "ProcessAction" on pre-activity.
SR-A3654 · Issue 209567
Corrected decimal control mapping for Lithuanian locale
Resolved in Pega Version 7.1.9
Decimal control mapped to a decimal property was not accepting valid decimal properties for a Lithuanian locale where a dot is a decimal separator and comma is a thousands separator, ex a valid decimal value of '123.456.789,00'. A check has been added to the API that will utilize the proper grouping separator for the "lt_LT" locale .
SR-A4314 · Issue 210533
Enhancements added to ensure visible 'when' after upgrade
Resolved in Pega Version 7.1.9
After migration using systems upgraded in place, all pre-existing Default controls no longer showed the "Required" option in the cell properties, and the validation no longer functioned correctly (the form submitted successfully with previously required fields empty). The root cause was that pyAutoHTML was not set in XML, so the Visibility condition expression evaluated to false. This has been resolved by adding a check for empty visible-when conditions and by inserting pzNonAutoHTML, a newly created when rule which checks for empty or false values of pyAutoHTML for required checkbox visibility.
SR-A528 · Issue 206623
Resolved date format change on declare expression trigger
Resolved in Pega Version 7.1.9
When there is a declare expression configured for a date property, the format was getting changed once the declare expression was triggered. This has been resolved.