SR-114807 · Issue 162848
"Transfer to an Operator" dynamic list was not sorted
Resolved in Pega Version 7.1.7
The "Transfer to an Operator" dynamic list was not sorted, while the "Transfer work from" dynamic list was. This was caused by different function calls in the system, and has been corrected so the lists sort properly by property name.
SR-114816 · Issue 166068
Start times for repeating grids check for appropriate auto-refresh
Resolved in Pega Version 7.1.7
If the date/time field was set only to time, entering a start time in a repeating grid caused an auto-refresh that would lose the entered time. To prevent this, a new API was added to verify whether the opened element is from grid, and if it is from grid then there is no need to auto submit.
SR-114896 · Issue 168564
ActionAutoSubmit HTML rule corrected
Resolved in Pega Version 7.1.7
A flaw in the ActionAutoSubmit function caused it to require manual submission once all files were loaded. This has been corrected.
SR-114898 · Issue 167508
Radio button focus corrected
Resolved in Pega Version 7.1.7
Focus was not being properly set for radio buttons, including a scenario where a section refresh on click of a radio button moved the focus to the first element within the radio button group instead of to the radio element which was clicked. This was traced to missing logic for the radio buttons, and has been fixed.
SR-114913 · Issue 165658
Corrected error message display for dynamic layouts
Resolved in Pega Version 7.1.7
Multiple validate error messages for a particular field in a dynamic layout were displaying on the same line at run time and appearing as a single error message text. This was caused by error messages being directly appended, and has been changed to display each error as separate string in every span.
SR-115000 · Issue 165234
Operator substitutions restored to the availability settings
Resolved in Pega Version 7.1.7
The operator availability setting links for Case Manager portal and Case User portal were missing substitute assignee details. These have been restored.
SR-115242 · Issue 164582
Last row delete in Grid Repeat generated an error
Resolved in Pega Version 7.1.7
If a Grid Repeat contains only one row, hitting 'delete' properly removed the row, but the java script error "this.rightBodyTbl.rows[...].cells is null or not an object" appeared. This error was caused by a missing null check inside the focusing api, and has been fixed.
SR-115268 · Issue 166797
Cleanup improved for resolved work-items
Resolved in Pega Version 7.1.7
An error in the logic for Stage Flows caused improper cleanup of resolved work items, leading to outsized assignment tables. This has been corrected.
SR-115272 · Issue 167336
Corrected clipboard mismatch for refreshed Repeating Grid pages
Resolved in Pega Version 7.1.7
When using Repeating Grid pagination in Screen Flow, refreshing the screen by choosing that option from the context menu displayed with a right-click followed by selecting 'Next' on the repeat grid caused a NPE. This was caused by a mismatch with the clipboard page, and has been corrected.
SR-115387 · Issue 166507
Flow Action support tuned for MenuBar keyboard navigation
Resolved in Pega Version 7.1.7
Using the' MenuBar' setting to display the flow actions for pyActionArea was not working as expected with keyboard navigation within the "other actions" menu: the Up/Down keys moved the cursor, but pressing the Enter key did not fire any actions because a mouse click was expected. An enhancement has been added to the logic to support an enter key event for menu items. In addition, the "other actions" menu was not accessible with keyboard navigation from the Resolve Flow action. This has been corrected.