SR-C15834 · Issue 358294
Added null check for empty messages on clipboard
Resolved in Pega Version 8.1
The clipboard viewer was showing an empty red bar for the messages area of read-only data pages. This has been fixed by adding a null check.
SR-C15852 · Issue 357906
Refresh conditions fixed for complex survey questions
Resolved in Pega Version 8.1
When a complex question configured with refresh condition was answered, it triggered the refresh of whole survey screen and cleared the validation error on other questions. The code has now been updated to repair this: for a Survey configured with Navigation type as "Plain" or "Question Page as a row", only the parent question page (QuestionGroup section) will get refreshed when any question configured with a refresh condition is answered. No changes have been made for Surveys configured with Navigation type as "Tree".
SR-C15869 · Issue 356792
Horizonal scroll fixed for business managed tables in Microsoft Internet Explorer
Resolved in Pega Version 8.1
After upgrading Pega Marketing, the horizontal scrollbar for business managed tables was not appearing when using Microsoft Internet Explorer . This was traced to an inline style 'overflow:auto' on DynamicLayout2 in the rule 'pzRecordsEditorWrapper' which is which was taking precedence in Microsoft Internet Explorer , and that inline style has been removed to resolve this issue.
SR-C15880 · Issue 360471
Modal dialog accessibility enhancements
Resolved in Pega Version 8.1
In order to ensure Modal Dialogs are accessible via screen readers and navigable using keyboard, the following criteria have been reviewed and updated as necessary for both editable and read-only use: - Modal dialog is accessible using the standard mix of screen readers (JAWS +Microsoft Internet Explorer + Windows / VO + Safari + Mac / Chromevox + chrome / NVDA / Firefox + windows) - Modal dialog is navigable using TAB key navigation - Modal dialog is dismissed on pressing ESC key - Modal dialog always has a aria label tied to the Title of the dialog - Modal dialog always has a close button
SR-C15887 · Issue 357943
Fixed Dataflow init issues
Resolved in Pega Version 8.1
An issue where Dataflow services failed to initialize service and the Add Node Button was disabled has been corrected.
SR-C15942 · Issue 358749
REST Connector Wizard Datamodel logic update
Resolved in Pega Version 8.1
The REST Connector wizard was failing to generate all the properties due to a problem with the DataModel generation. This has been corrected by adding two different Boolean properties in the property info map to separately tag request and response processing.
SR-C16004 · Issue 357445
Corrected additional instance being added when clicking on Dynamic Layout row with helper classes
Resolved in Pega Version 8.1
When adding helper classes (custom CSS) on a Dynamic layout or any others that use this feature, two instances were added when clicking on the row and not on the "+" icon. This happened when the layout had some action attached to it and that layout had children whose width was small (and there is no action attached to it) so that there was a lot of space remaining in the layout. In this case, actions were being appended to the queue twice, one from processBehaviorsOnElem call from processBehavior and another processBehaviorsOnElem call from processOtherBehaviors. To correct this, pzpega_ui_events .js has been modified to only call processOtherBehaviors when dynamic layout is used.
SR-C16062 · Issue 372412
ProcessAction will update pageName based on pyWorkPage
Resolved in Pega Version 8.1
A link which was configured to open a local action in overlay and then render a button which again referred to a menu in overlay was only working intermittently. On click, of some of the actions in menu worked while some resulted in a activity status error. This was traced to the method used to update the pageName in the "ProcessAction" activity, and modifications have been made to update pageName only if the primary page is "pyWorkPage".
SR-C16122 · Issue 358344
Removed irrelevant Primary page properties
Resolved in Pega Version 8.1
Irrelevant properties were appearing on the primary page while using Address Map control. This was traced to an improper function call and has been corrected.
SR-C16126 · Issue 388052
XMLCipher.java implementation adjusted for updated JDK8
Resolved in Pega Version 8.1
Errors were seen when using the decryption feature of SOAP services To resolve this, the Pega implementation of XMLCipher.java has been adjusted to correlate to recent updates made to JDK8.