SR-C94047 · Issue 432968
Updated Static Progress Bar Control to resolve parse error
Resolved in Pega Version 8.2.2
When configured in a section with no parameters, the Static Progress Bar control was refreshing every second. After 5-10 seconds, a parse error appeared. This has been resolved by updating the value of bUseProcess to check for both string and boolean.
SR-D520 · Issue 435486
Wait corrected for sub case after reopening
Resolved in Pega Version 8.2.2
A re-opened parent case was not waiting for the sub case when a sub case was reopened, but it did wait if there was no sub case on the reopened parent case. This has been resolved by enhancing the system to better handle the reopen of activator and dependent work objects by checking the reopen time: - pzGetAllStatusforDepClass activity: added step 2 to consider activator reopen time - pzGetMessageKeysForFlowDependencies list view: added criteria to filter on reopen time
SR-C91370 · Issue 429579
System updated to jackson-databind-2.9.8.jar
Resolved in Pega Version 8.2.2
The jackson-databind jar has been upgraded to v2.9.8.
SR-C86138 · Issue 431776
Security updates for avatar upload function
Resolved in Pega Version 8.2.2
Updates have been made to enhance security around the avatar upload function.
SR-C80129 · Issue 425387
Enhancement added to hide class join warning from end user
Resolved in Pega Version 8.2.2
An enhancement has been added to hide the joined class warning message at the end user portal if the section pzManageRecords is delegated to the user. This is done by by checking pxLimitedAccess on the pxThread clipboard page.
SR-C79851 · Issue 430384
Filter logic updated for Warning Summary guardrail report
Resolved in Pega Version 8.2.2
After scheduling a Guardrail report for Warning Summary, the warning summary reports received in email were blank irrespective of the filter criteria. The logic filters have been modified to resolve this issue.
SR-C96362 · Issue 433332
XSS filter added to API form handling
Resolved in Pega Version 8.2.2
An XSS scripting filter has been added for properties that can be changed via API.
SR-C77121 · Issue 423113
Looping issue with CyberArk resolved
Resolved in Pega Version 8.2.2
In order to avoid looping issues when using CyberArk integration, the reference to PRMiniLoader has been removed from PRBaseLoader.
SR-D114 · Issue 435313
Grid menu dropdown properly hidden while editing filter
Resolved in Pega Version 8.2.2
After opening the filter options as if to change the filter, summarizing any of the available columns without closing the filter resulted in a screen showing a broken filter. This was traced to the implementation of the navigation menu for auto-generated grids, which was not allowing other functions while any of the "inline modals" are being used, such as editing a filter. To correct this, the grid menu dropdown will not be shown while editing a filter. This is consistent with the rest of the UI actions which are hidden while editing a filter.
SR-C88882 · Issue 431068
External mapping definitions will be used for exported property names
Resolved in Pega Version 8.2.2
Under the "External Mapping" tab on the class definition, if the property names specified were not the exact format as the column names defined in the database table, an exception was generated when using the "Export" feature. For this functionality, the system was generating an SQL which used the property names instead of column names. This resulted in an invalid column exception and the export did not work. To correct this, updates have been made to NativeSqlApiResolver in the function resolver to check for the property name and replace it with mapping defined in external mapping.