SR-116899 · Issue 169326
Edit validation displays literal characters
Resolved in Pega Version 7.1.7
If a property with edit-validate defined on it is included in a section with the control TextArea used, an error message is shown on top of the property if the edit validate returns false. However, the error was not shown as literal but rather displayed the encoded characters and was difficult to understand. This was traced to double encoding of characters like ">" in the displayed string, and has been changed so the literal character will appear.
SR-116908 · Issue 168347
When rules now display all text fields for function aliases
Resolved in Pega Version 7.1.7
Creating a new Access When rule failed to show the text fields for most available function aliases when a condition was added to the rule. This was an error in the passing of the classname to the function, and has been fixed.
SR-116936 · Issue 167898
Discarded threads set to properly clear on refresh or tab close
Resolved in Pega Version 7.1.7
When the browser was refreshed or an inactive recent tab was closed on the client side, the discarded threads were not getting properly cleared at the server end. To remedy this, the JavaScript has been updated to cleanly remove the threads.
SR-116950 · Issue 167458
Rule name validation checks relaxed for draft mode
Resolved in Pega Version 7.1.7
In order to facilitate flow design, Decision shape properties will no longer require rule name validation when using Draft Mode.
SR-116950 · Issue 168328
Rule name validation checks relaxed for draft mode
Resolved in Pega Version 7.1.7
In order to facilitate flow design, Decision shape properties will no longer require rule name validation when using Draft Mode.
SR-117164 · Issue 169821
Tightened vertical privileges
Resolved in Pega Version 7.1.7
If a User with lower rights accessed the cookie of a Manager, it was possible to update the Operator Details. A privilege check has been added when saving the operator record to resolve this issue.
SR-117173 · Issue 168365
Dynamic system settings for address map control updated
Resolved in Pega Version 7.1.7
Due to an error, the dynamic system settings for address map control had a value pre-set instead of a blank default. This has been corrected.
SR-117205 · Issue 171200
Corrected datetime calendar validation on forms with messages
Resolved in Pega Version 7.1.7
When messages were present on a form (validation, etc.) and the date selector was used, the screen blanked after selecting the date. This was caused by an error in the datetime calendar popover and has been resolved.
SR-117216 · Issue 168600
Validation corrected for Case Manager portal types
Resolved in Pega Version 7.1.7
After migration, changing the application header text for the Case Manager portal was throwing the error "pySkinType: ** You must specify a skin to use or select "Default to Application Skin" upon checkout. To correct this, the validation activity step has been updated with a 'when' expression to skip this validation for mobile portals
SR-117255 · Issue 174772
Required fields corrected for repeating grids in accessibility mode
Resolved in Pega Version 7.1.7
When using a repeat grid with required fields in accessibility mode, the field displayed multiple asterisk symbols instead of one. This problem was with workform_accessibility.CSS, and was resolved by changing the background image url to "transparent". The "REQUIRED" text was also not showing with IE8: this was noticed only in IE8 Standards mode, and an accessibility check was added to generate the span containing REQUIRED text in the html stream.