SR-127853 · Issue 193472
Locking updated for hidden elements in Data Type records
Resolved in Pega Version 7.1.8
If Data Type records were being edited, the lock on the row being edited was not released unless a change was made. This led to locks being left over once the operator has closed the Data Type and other operators were prevented from editing those rows. The problem was that change tracking was not getting invoked for the hidden elements present in the section for each row, and this has been added.
SR-127853 · Issue 193468
Locking updated for hidden elements in Data Type records
Resolved in Pega Version 7.1.8
If Data Type records were being edited, the lock on the row being edited was not released unless a change was made. This led to locks being left over once the operator has closed the Data Type and other operators were prevented from editing those rows. The problem was that change tracking was not getting invoked for the hidden elements present in the section for each row, and this has been added.
SR-127880 · Issue 193696
Rest Connector wizard updated for custom naming conventions
Resolved in Pega Version 7.1.8
After migrating, a data model generated using the Rest wizard would fail when attempting to map a response using pxResults of Code-Pega-List. The mapping logic has been updated to better handle custom naming conventions.
SR-127884 · Issue 195662
Conditional visibility updated for two-column dynamic layout
Resolved in Pega Version 7.1.8
When using a Two-Column Layout inside a section where each column has a Dynamic Layout with a single label in it, the left column was also hidden if the right column had visibility set to Never. To correct this, CSS selectors have been added to maintain the visibility of the left sidebar column when the main column is empty or missing and the left column is not marked as hidden.
SR-127915 · Issue 198737
Added handling for client-side encrypted data being passed to server encryption
Resolved in Pega Version 7.1.8
A Rule Not Found exception was being generated when using urlencryption and SubmitObfuscatedURL. This was an issue where the system was not prepared to handle URL encryption encoding/decoding that had already been performed on the client side instead of the server side. The Control Generation Logic of pzActionOpenURLInWindow has been updated to handle this scenario.
SR-127922 · Issue 196912
Fixed child validation in repeating tree grid
Resolved in Pega Version 7.1.8
The required validation was not firing in a repeating tree grid for a child item but was working for the parent Item. This was a problem with the Clientvalidation parameter not being set when the child nodes were expanded, and the proper parameters are now being sent for client validation.
SR-127923 · Issue 193684
Localization updated in Developer environment to correctly translate labels if dot or @ is enclosed in double quotes
Resolved in Pega Version 7.1.8
In the Developer environment, the translation/localization wizard was not generating the corresponding field values for labels with text ending with '.'. This was an issue where the function "pzGenerateLabelCellContent" that validated the label text would not process the field if it contained text with a dot (.) or an @ symbol. The system has been updated to perform the localization if those special characters are enclosed in double quotes, and this format should be followed to ensure proper handling.
SR-127932 · Issue 194420
Paragraph rules library modified for JSP tags
Resolved in Pega Version 7.1.8
A paragraph Rule created with some 'when' conditions and property references showed random contents updates after saving and check-in using the source button. This was traced to the use of a newer library for Paragraph rules that was not able to handle Pega JSP tags like "pega:when" or "pega:foreach", causing ckeditor to remove the content. This has been addressed.
SR-127961 · Issue 192637
Corrected reference name for doc attached to work object by CreateMergedWordDoc
Resolved in Pega Version 7.1.8
When using the CreateMergedWordDoc flow action to create a document and attach it to the Work Object, the display showed the label used in "pyNote" as the document name. However, opening the document opens it under the category name. This was caused by a mismatch in the handling and has been corrected.
SR-128008 · Issue 188288
Removed unnecessary server-side call to Mobile
Resolved in Pega Version 7.1.8
A performance issue in the developer environment related to saving and updating rules or doing rule creation or check-in has been corrected by removing the unneeded call to pzIsMobileDevice activity on load of Live UI.