SR-A10327 · Issue 222830
Upgrade Assistant enhanced to better resume interrupted process
Resolved in Pega Version 7.2
If the system suffered a crash during upgrade, IUA was incorrectly identifying the DB as having completed the upgrade and would import outstanding rules based on the perceived Database BLOB version. This led to a storage-type mismatch between Prod and all lower environments, and BIX jobs would fail due to not being upgraded. An enhancement has been added to the Upgrade Assistant to correctly resume an interrupted upgrade process.
SR-A12287 · Issue 223279
Alter Script generates correct SQL for Oracle db
Resolved in Pega Version 7.2
During installation, an incorrect Alter Script was being generated while importing the JAR file due to a missing check on the 'required' XML attribute for dbtype Oracle to decide whether it should be null or not null. This has been corrected to honor the 'required' attribute and accordingly the generated SQL will be appended with null/not null string.
SR-A12687 · Issue 226506
Skimming logic corrected
Resolved in Pega Version 7.2
The skimming logic (PegaRULESMove_Skimming_Query) has been updated to correctly repopulate the query page in order to return a more accurate rules count.
SR-A2733 · Issue 220049
Migration process handles underlying varchar CHAR
Resolved in Pega Version 7.2
Handling for CHAR length semantics has been added for imports of rule schema to support Oracle varchar2 columns, and the import/export will correctly deal with the circumstanced columns of CASETYPEVERSION and PXREFOBJECTCLASS.
SR-A8824 · Issue 217931
Operator information localized
Resolved in Pega Version 7.2
Localization has been enabled for the pzOperatorInformation section.
SR-A3713 · Issue 214995
Added 'Enter key' configuration for CaseAttachments delete icon
Resolved in Pega Version 7.2
It was not possible to trigger the delete icon in the Attachments pane using the Enter key when using pyCaseAttachments from UI-Kit. This was due to DOM automatically mapping the click event to Enter / Space for trigger elements like buttons while the Enter event needed to be configured explicitly for icons. To simplify this, an extra event ?Enter key? configuration has been added for the existing Click action for the Delete icon in pyWorkAttachmentsFeedElement section.
SR-A3008 · Issue 219945
Check added to handle Next button disable for repeat grid
Resolved in Pega Version 7.2
The 'Next' button on a modal dialog was not disabled correctly when launched from a repeat grid due to the wrong "currentPageSize" being passed to the server when using an expand pane grid. A check has been added that will handle the expand pane grid and return the right "currentPageSize".
SR-A9773 · Issue 221357
Fixed repeating row focus when using Accessibility
Resolved in Pega Version 7.2
When Accessibility was enabled and the add icon was clicked to add a section to a row repeat, it was not possible to access the first item in first row with the keyboard. Additional added rows had the correct focus. This was traced to an issue where getFocusOnNewRow was not being called correctly, and as been resolved.
SR-A9513 · Issue 220450
Handling corrected for undefined model parameters
Resolved in Pega Version 7.2
If model parameters were set to undefined, refreshing the harness using F5 / Browser refresh. encodeURIComponent method returned "undefined (String) value". This was an issue with the deferred loading of the dynamic container, and has been corrected.
SR-A9554 · Issue 220841
Resolved NPE in UpdateElementModel
Resolved in Pega Version 7.2
An index check has been added to to handle a NullPointerException in UpdateElementModel activity and ensure the index is greater than zero before accessing the page list.