INC-236451 · Issue 745819
Backbone.js updated
Resolved in Pega Version 8.8
The backbone.js package has been updated to the most recent version.
INC-237221 · Issue 743444
Security improvement for Currency control
Resolved in Pega Version 8.8
A potential cross-site scripting issue related to readonly formatting for the Currency control has been resolved.
SR-111928 · Issue 183474
Assignment locking smoothed for slow network async requests
Resolved in Pega Version 7.1.8
In situations with slow network async Ajax requests, locking was not being properly released between requests. This caused an issue with sub-flows that had a Spinoff Flow configured to route the assignments in the sub-process and the main process to separate operators. In order to resolve this, the close tab process has been updated to remove the corresponding thread and release the lock.
SR-115208 · Issue 178808
Assignment locking smoothed for slow network async requests
Resolved in Pega Version 7.1.8
In situations with slow network async Ajax requests, locking was not being properly released between requests. This caused an issue with sub-flows that had a Spinoff Flow configured to route the assignments in the sub-process and the main process to separate operators. In order to resolve this, the close tab process has been updated to remove the corresponding thread and release the lock.
SR-115208 · Issue 183474
Assignment locking smoothed for slow network async requests
Resolved in Pega Version 7.1.8
In situations with slow network async Ajax requests, locking was not being properly released between requests. This caused an issue with sub-flows that had a Spinoff Flow configured to route the assignments in the sub-process and the main process to separate operators. In order to resolve this, the close tab process has been updated to remove the corresponding thread and release the lock.
SR-115365 · Issue 173851
New 'Break Long Word' sub-setting added to 'Wrap Text'
Resolved in Pega Version 7.1.8
When lengthy text was present inside the cell of a grid configured as a fixed size / fixed header grid, misalignment between column header and row cells was seen. This was an issue with the text display. The word-wrap property earlier was set to break-word to enable wrapping of long words to multiple lines, but this was not working as expected for values that do not have a whitespace/break. To resolve this, when the 'Wrap text option' is clicked, the new configuration option 'Break long word' will be available to allow line breaks between letters.
SR-115408 · Issue 153195
Corrected rendering of complex embedded dynamic layouts
Resolved in Pega Version 7.1.8
Embedded Dynamic Layouts with defer load configuration enabled were not rendering sections correctly. If one dynamic layout contained two dynamic layouts embedded in it and both dynamic layouts contained separate sections referred in them (collapsed), the section in the first dynamic layout was rendered in both dynamic layouts.
SR-115408 · Issue 146833
Corrected rendering of complex embedded dynamic layouts
Resolved in Pega Version 7.1.8
Embedded Dynamic Layouts with defer load configuration enabled were not rendering sections correctly. If one dynamic layout contained two dynamic layouts embedded in it and both dynamic layouts contained separate sections referred in them (collapsed), the section in the first dynamic layout was rendered in both dynamic layouts.
SR-115408 · Issue 164765
Corrected rendering of complex embedded dynamic layouts
Resolved in Pega Version 7.1.8
Embedded Dynamic Layouts with defer load configuration enabled were not rendering sections correctly. If one dynamic layout contained two dynamic layouts embedded in it and both dynamic layouts contained separate sections referred in them (collapsed), the section in the first dynamic layout was rendered in both dynamic layouts.
SR-116764 · Issue 199322
modal dialog retains fixed size when traversing a flow
Resolved in Pega Version 7.1.8
When a modal is configured to have different formats, those formats were missing upon going to the next assignment. This was caused by the format of the modal being reset Configured Modal Format was not being applied once we process flow in modal dialog. This has been fixed by passing the modalStyle parameter to the modal dialog callback.