SR-C79306 · Issue 417259
Visibility consition added for checkbox used to skip validation for rules import
Resolved in Pega Version 8.2
An enhancement has been added to show or hide the the validation checkbox in Import Wizard by way of the new property 'pyDisableSkipValidate'. This adds a visibility condition for the checkbox used to skip running rule validation in pzImportRecords.
SR-C79941 · Issue 416721
Corrected JSON for eventType DisableOperators in the security event log
Resolved in Pega Version 8.2
An event entry in PegaRULES-SecurityEvent.log was generating invalid JSON. This was traced to eventType DisableOperators (not disable operators) containing a message attribute with unescaped double quote characters surrounding the operator names. This has been fixed.
SR-C80084 · Issue 417238
Target connectivity preference updated in Revision Manager to address deployment error
Resolved in Pega Version 8.2
Using the deployment page to deploy a revision or migrate it to a target environment was failing. This has been resolved by correcting the target connectivity preference in the connector rules.
SR-C76041 · Issue 415954
Corrected currency format for it_IT locale
Resolved in Pega Version 8.2
For few locales, the formatting API was returning the number with leading white space. This caused the localeNumFormatto not be properly set. To correct this, the leading space will be trimmed before creating the 'localeNumFormat' parameter.
SR-C60247 · Issue 413679
pzRuleFormToolbarPopulateActions works when @ is present in the operator ID
Resolved in Pega Version 8.2
Using pzRuleFormToolbarPopulateActions to get all the versions of the rule was not working as expected if the '@' symbol was present in the user ID. This was caused by the Rule-.pzRuleFormToolbarPopulateActions activity not forming the private rules correctly in this use case, and has been fixed.
SR-C77633 · Issue 415454
Report definition rules correctly revalidate and save in Bulk wizard
Resolved in Pega Version 8.2
Report definition rules were failing on re-validate and save from the Bulk Actions wizard. This was caused by pzCopyPySource attempting to set a blank value, and has been corrected.
SR-C70867 · Issue 414702
Resolved focus for new IE windows in Citrix environment
Resolved in Pega Version 8.2
When opening a new IE window in the Citrix environoment, the window would open in the foreground and then immediately shift to the background. Investigation showed that when a menubar item was clicked, there was a call to show submenus in a settimeout of ZERO which implicitly did a focus on the menu item. Though the focus on the menu item happens after the window.open (action) is called, for in-house cases the focus occurs before the window is completely opened. However in this case, this focus was delayed and the new window was sent to the background. To correct this, the system has been updated so it will not perform focus on the menu item if the document itself is not in focus.
SR-C69441 · Issue 415966
Copy/Merge Wizard ProcessRequest will create new rule instead of modifying the old
Resolved in Pega Version 8.2
When using the Copy/Merge wizard to move the rules from one ruleset to another with the "Delete Source RuleSet(s) upon completion of merge" option set to YES, the SECTION rules were still being referred even though the target ruleset was not part of the application stack. In the Tracer, it could be seen that the rule appears in the source ruleset version even though the ruleset did not exist, and attempting to open the rule from tracer or from Live UI caused it to open in the Target ruleset version (which was not part of application). This was traced to the system not updating the cache, leading to RULE-OBJ-ACTIVITY PEGAACCEL-MANAGEMENT-REFACTOR-RULESET PROCESSREQUEST applying an incorrect strategy when updating the rule and rulesets. Because the original rule was never invalidated, its shortcut and entry remained and any references to it weren't updated. To correct this issue in a comprehensive way, the ProcessRequest has been modified to create a new rule instead of modifying the old rule, and pxCreateDateTime will be added to the rulepage before saving.
SR-C71053 · Issue 413208
Added handling for defer-loaded dynamic layout inside a flowaction grid
Resolved in Pega Version 8.2
When using a grid configured to show the details in expandable rows and the inner grid was a work bound grid, trying to expand the rows only showed the "Loading ..." message and never completed. This was traced to a missing use case for having a defer-loaded Dynamic layout which wraps the grid inside a flowaction embeddedpane grid, and has been corrected.
SR-C71070 · Issue 417206
UI-Toolkit updated to resolve issue with fields overlap in dynamic layout collapse header
Resolved in Pega Version 8.2
The UI-Toolkit has been updated to resolve an issue with Dynamic layout where using a Collapsible Header that has multiple fields to be displayed resulted in the fields overlapping or being mis-aligned.