SR-126490 · Issue 190168
Disabled unneeded PEGA0050 alerts
Resolved in Pega Version 7.1.8
PEGA0050 alerts were triggered when a clipboard page list was copied to another list. In general these copies happened when lightweight page lists are involved. In Pega 7, lightweight lists have been enhanced and these copies are not required in most of the cases. Because it is no longer needed, the "alerts/virtuallists/copy" setting has been changed to false to disable the alerts
SR-126545 · Issue 189937
Added remote case handling for password protected implementation applications
Resolved in Pega Version 7.1.8
There was a problem creating an implementation application in Application Express if the built-on application was password protected and the current logged-in application was also password protected, and the cases from built-on have remote case types. This was caused by validation issues, and has been corrected by modifying 'CreateObjectByPage' to pass the parameter 'SkipAddRemote' while calling save activity as true. Save will use this activity to skip current validation through 'ManageRemoteWorkTypesInApplication'.
SR-126546 · Issue 194655
Additional out-of-the-box controls marked for accessibility
Resolved in Pega Version 7.1.8
The following out-of-the-box controls have now been marked as accessible: UI Controls: - pxButton - pxHidden - pxDisplaytext
SR-126546 · Issue 200724
Clipboard message method updated to improve performance
Resolved in Pega Version 7.1.8
Occurrences of ClipboardPage#getMessagesAll have been replaced with ClipboardPage#getMessageCountAll to improve performance.
SR-126576 · Issue 189461
RTE font change behavior smoothed
Resolved in Pega Version 7.1.8
If text present in the RTE was selected and the font family changed, the selected text was getting unselected and cursor was moving out. This has been fixed by modifying cmd_fontName and _selectNode to retain the selection of content in the RTE after changing the font name.
SR-126587 · Issue 191010
Workbasket name updated in Case Manager portal
Resolved in Pega Version 7.1.8
When CaseManager portal was launched and any particular WorkBasket selected, the text "WORK IN XXXXX WORKBASKET" was shown. XXXXX was the WorkBasket name, which was being picked from RuleName(Identifier) instead of ShortDescription. This was unexpected, and has been changed.
SR-126621 · Issue 193287
Localization added for on-click harness tab
Resolved in Pega Version 7.1.8
Localization was not working for the label of a tab containing a harness which was opened by a button. This was was due to the field value not being used for the tab name when it is configured as an on click action for a button, and localization has been added for tabName when the navigation rule is configured as showharness.
SR-126649 · Issue 193881
Documentation updated for column layout controls focus
Resolved in Pega Version 7.1.8
The documentation for column layouts has been updated to clarify that controls in a column layout main region receive focus before controls in the sidebar region receive focus. This is important for understanding the tab order on the page for accessibility users.
SR-126649 · Issue 192252
Documentation updated for column layout controls focus
Resolved in Pega Version 7.1.8
The documentation for column layouts has been updated to clarify that controls in a column layout main region receive focus before controls in the sidebar region receive focus. This is important for understanding the tab order on the page for accessibility users.
SR-126654 · Issue 192199
Context retained for nested grids
Resolved in Pega Version 7.1.8
The base reference was computed incorrectly when RDL is dropped inside a repeating structure, causing local action to be executed in the wrong context. To resolve this, the system has been updated to return null if a RDL row is encountered in getRepeatObject, so that base_ref is calculated from the node where action is invoked.