SR-129876 · Issue 198152
Modified filename verification for Pulse
Resolved in Pega Version 7.1.8
A problem was encountered when uploading files from Pulse if the filename contained special characters. A legacy verification method existed that tested the validity of the filename by creating and then deleting a test file, but that encountered errors when the file system was not writable. To avoid this issue, the validation method has been updated to check for special characters in the file and then decide the file name validation.
SR-129891 · Issue 198738
Reworked decision table cnflict check logic
Resolved in Pega Version 7.1.8
In a decision table, using expressions like property-property caused the decision table to report a non-existent logic conflict because there was another column with different data present. To void this, the system will skip the conflict check for Columns if the property type cannot be determined, eg: column type contains expressions.
SR-129919 · Issue 197090
Modified list view loading for Microsoft Internet Explorer 11 compatibility
Resolved in Pega Version 7.1.8
Using the Microsoft Internet Explorer 11 browser, attempting to open work objects or assignments from a list view customized with view single click activity generated the error "Empty assignment key". This was a compatibility issue, and has been resolved by adding meta tags to force the proper loading.
SR-129928 · Issue 198643
Corrected naming difference for DateTime validation
Resolved in Pega Version 7.1.8
If the short description of a date or dateTime type property was different from the property ID, at runtime the required DateTime fields did not turn red when validation failed. This was caused by the Input ID for the datetime field being generated with the property short description instead of the property name. This has been fixed.
SR-129959 · Issue 198657
Corrected deferred load being called twice in collapsible dynamic layouts
Resolved in Pega Version 7.1.8
In some cases, a collapsible dynamic layout with a deferred load activity would have that deferred load called twice during runtime. This has been resolved.
SR-129970 · Issue 196736
Clicking Radio button label will execute control action
Resolved in Pega Version 7.1.8
When a Radio Button with an action is embedded in the cell of a Repeating Grid, clicking the Radio Button selected the value and executed the Control Action but clicking the Radio Button Label did not. This has been corrected with an added eventString on for actions on child elements in pzGenerateRadioGroup.
SR-129988 · Issue 197489
Updated API for postvalue checkbox handling
Resolved in Pega Version 7.1.8
In a Repeating Grid, the select all check box with PostValue action in the header was showing an HTML response message on reselect after deselecting all the individual checkboxes, and the master checkbox disappeared. This was caused by the wrong context page being sent and the API has been updated to fix this.
SR-130029 · Issue 197162
Localization added to filter control grid in Listviews
Resolved in Pega Version 7.1.8
Localization has been added to the popup opened on click of "Click to filter by" in Listviews.
SR-130067 · Issue 197823
Updated API for opening WB assignments on certain iPads
Resolved in Pega Version 7.1.8
On IOS 7.0.3 4th Gen iPads, attempting to open any workbasket assignments generated an "Empty Assignment Key" error. This was caused by the querySelectorAll browser API not returning correct results in this scenario, and has been corrected by modifying the evaluation method to use the document.evaluate method API.
SR-130101 · Issue 196914
Update to add portal compatibility for Microsoft Internet Explorer 11
Resolved in Pega Version 7.1.8
A meta tag has been added to the frameset HTML rule to ensure compatibility with the Microsoft Internet Explorer 11 browser to access the User and Manager portals.