SR-B52773 · Issue 312968
Improved null/blank parameter handling when using Microsoft Internet Explorer.
Resolved in Pega Version 7.3.1
After upgrade, opening an assignment in Microsoft Internet Explorer, clicking the save button, and then hitting Function F5 (PF5) caused a null pointer exception on the screen. When OK was clicked in the exception popup it displayed a blank case content screen. This issue was caused by some null parameters on the stored parameter page, and has been resolved by updating the API to better handle null and undefined parameters.
SR-B70481 · Issue 322272
Scrollbar works when text area disabled
Resolved in Pega Version 7.3.1
After upgrade, scroll bars were disabled when a text area is disabled. This was traced to code that stopped the scrolling due to the disabled text area CSS style pointer-events being set to "none", and has been fixed by adding the needed CSS in the py-enduser71-workarea-overrides.css file.
SR-B70481 · Issue 322427
Scrollbar works when text area disabled
Resolved in Pega Version 7.3.1
After upgrade, scroll bars were disabled when a text area is disabled. This was traced to code that stopped the scrolling due to the disabled text area CSS style pointer-events being set to "none", and has been fixed by adding the needed CSS in the py-enduser71-workarea-overrides.css file.
SR-B44811 · Issue 304937
Non-standard container support added for harness refactoring
Resolved in Pega Version 7.3.1
After upgrade, some harnesses for sections mentioned in a container were not displayed correctly. Adding a new container and then including the same section or recreating the harness worked as expected. This was an issue with the system considering the pyTabbedHeader property even for non-standard type layouts during harness generation refactoring, and has been fixed with added code in processHarnessContainers method (of HarnessAssemblyStreamSupport.java) to set bAccordionHeader and bTabbedHeader to false when pyContainerType is not standard.
SR-B68818 · Issue 318268
Corrected section refresh when target section is not in DOM
Resolved in Pega Version 7.3.1
An empty composite tab was displayed after processing a service case due to a reload section request being triggered for the CPMCompositesContainer section that was included in the first tab of the layout group. To resolve this, the system will ignore a refresh client expression if the target section is not in DOM.
SR-B68818 · Issue 316252
Corrected section refresh when target section is not in DOM
Resolved in Pega Version 7.3.1
An empty composite tab was displayed after processing a service case due to a reload section request being triggered for the CPMCompositesContainer section that was included in the first tab of the layout group. To resolve this, the system will ignore a refresh client expression if the target section is not in DOM.
SR-B49153 · Issue 310550
View Email popups close with case/WO
Resolved in Pega Version 7.3.1
An enhancement has been added to automatically close pop-ups opened by View Email when the Case/WO is closed.
SR-B64430 · Issue 317380
XSS filtering added to clientdynamicdatabottom
Resolved in Pega Version 7.3.1
An XSS filter has been added to the documentKey in clientdynamicdatabottom to improve security.
SR-B64430 · Issue 317534
XSS filtering added to clientdynamicdatabottom
Resolved in Pega Version 7.3.1
An XSS filter has been added to the documentKey in clientdynamicdatabottom to improve security.
SR-B70769 · Issue 318441
CK Editor upgraded
Resolved in Pega Version 7.3.1
CKEditor has been upgraded to version to 4.7.1