INC-217304 · Issue 714588
Regex handling updated for non-empty inputs
Resolved in Pega Version 8.7.2
Expression evaluation for non-empty regex has been updated to include testing for unicode characters to align with recent updates made to CKEditor.
INC-219310 · Issue 717115
WorkSearchGadget updated in Theme-Cosmos-02-01
Resolved in Pega Version 8.7.2
The search icon was not working in Cosmos after update, which was traced to the search icon not having an action set. This has been addressed in Theme-Cosmos-03-01, but in this scenario Theme-Cosmos-02-01 was set as the Application definition instead of Theme-Cosmos-03-01. To resolve this, Theme-Cosmos 02-01-01 has been updated to use the newest version of the @baseclass.WorkSearchGadget section.
INC-220351 · Issue 715873
DSS added to control whether empty captions are skipped for display
Resolved in Pega Version 8.7.2
When the property used a prompt list table type and a prompt value for one of the fields was empty, it is not being shown in drop-down. This caused unexpected default values to appear in drop-down lists. To resolve this, a DSS has been added which may be used to skip empty values. The default behavior of skipEmptyCaption is false to show all values as-is.
INC-188141 · Issue 678160
PD4ML upgraded
Resolved in Pega Version 8.6.5
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-190855 · Issue 681093
Duplicate items resolved for questionnaires
Resolved in Pega Version 8.6.5
When there was only one question page for a questionnaire, the question page title was being displayed twice and the breadcrumb showed duplicate steps. When there was only one step in the screen flow, the survey navigation was hidden. This has been resolved.
INC-191756 · Issue 718551
Corrected dashboard focus highlighting
Resolved in Pega Version 8.6.5
Dashboard links like "My activities"/"My cases"/"Recent"/"Search” were displayed with a yellow focus highlight even though the user was not currently in those screens. Investigation showed the data-menu-id for control_menu was being appended with the workid until selecting another tab caused it to reset to its original value without workid. This change in menu-id was responsible for the issue with focus, and occurred only when render as single checkbox was unchecked. This has been resolved by removing workid from menuid and adding a unique id for the outside menu and inside case same menu.
INC-196186 · Issue 725412
Check added for repeating dynamic layout submit context
Resolved in Pega Version 8.6.5
The postprocess of a local action was not executing when the local action was in a table that contained a repeating dynamic layout, and a null pointer exception was generated. Investigation determined that when a repeating dynamic layout was used inside a grid, the submit action on the layout was incorrectly happening in the context of the grid. To resolve this, a check has been added to determine whether the repeating dynamic layout is inside a grid so the correct context is used.
INC-198784 · Issue 697526
PD4ML upgraded
Resolved in Pega Version 8.6.5
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-199137 · Issue 708165
PD4ML upgraded
Resolved in Pega Version 8.6.5
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-205394 · Issue 706788
Hidden subprocess steps highlighted in screen flow navigation
Resolved in Pega Version 8.6.5
When a subflow was used as a last step within a screenflow and the subflow steps navigation links were hidden, the subprocess step was not highlighted as current. To correct this an update has been added that will highlight the circle on the navigation for a subprocess set as last step with substeps hidden, and the lines on the navigation step will be highlighted on the left side for a subprocess set as a step other than the last step and which has substeps hidden.