SR-A2323 · Issue 206066
Other Actions submit API updated
Resolved in Pega Version 7.1.9
When using the out-of-the-box Other Actions button, selecting 'Refresh' caused a blank page to display and resulted in an 'ERR_CONNECTION_RESET' script error. This happened when a form submit URL including all input parameters exceeded the max length expected. The API used for the submit function has been updated as of this release along with the Ajax engine call, and the problem is no longer seen.
SR-A2323 · Issue 206125
Other Actions submit API updated
Resolved in Pega Version 7.1.9
When using the out-of-the-box Other Actions button, selecting 'Refresh' caused a blank page to display and resulted in an 'ERR_CONNECTION_RESET' script error. This happened when a form submit URL including all input parameters exceeded the max length expected. The API used for the submit function has been updated as of this release along with the Ajax engine call, and the problem is no longer seen.
SR-A2567 · Issue 207309
Corrected Refresh based on clipboard property changes
Resolved in Pega Version 7.1.9
Refreshing the Dynamic layout whenever a property in the clipboard changes 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-A2567 · Issue 206967
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-A2641 · Issue 207208
ActionAutoSubmit functionality updated for AJAX calls
Resolved in Pega Version 7.1.9
The ActionAutoSubmit functionality was not working when used in HTML due to the "Go Back" action only reloading a section (AJAX call) and not the whole page which would have called the doSubmit() function. This has been fixed by changing the submit implementation in order to force the function to be called even on AJAX reloads.
SR-A2717 · Issue 206364
Restored UI and 'submit' button for Skills drilldown
Resolved in Pega Version 7.1.9
When working in a portal rule tabbed section which in turn contains a link that renders a list view, selecting a row and clicking on the 'Skills' button returned a distorted UI and the submit button was missing. This was caused by missing Button type and styles declarations for this section, which have now been added.
SR-A2798 · Issue 206484
Ensured consistent Modal window open in RDL
Resolved in Pega Version 7.1.9
In some cases, an action to open a Modal window from Repeated Dynamic Layout was failing. The root cause of this issue was the subscript which was not being generated for RDL. To resolve this, GenerateSimpleLayoutCellHTML has been modified to ensure every pagelist/pagegroup respective subscripts will be generated in base_ref attribute.
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.