SR-B38110 · Issue 311870
Autocomplete Spinner appears as expected
Resolved in Pega Version 7.3.1
The Autocomplete Spinner was not visible until the results fully populated if a result's success was temporarily undefined and consecutive requests were pending. This has been fixed.
SR-B65083 · Issue 314267
Customer search transaction ID mismatch fixed
Resolved in Pega Version 7.3.1
The error "This action is not allowed as it is outside the current transaction" appeared on searching for a customer for the second time in customer search. The logged error indicated a transaction ID mismatch. This has bene fixed.
SR-B51005 · Issue 312076
Fixed error pop-up and freeze for idled session
Resolved in Pega Version 7.3.1
The error pop-up window was appearing after a session idled for 30 minutes, displaying the message "There has been an issue - please contact the system administrator" and the session would freeze. This was caused by a null property error and has been fixed.
SR-B44412 · Issue 303742
Expand When updated for RDL with Categorize By enabled
Resolved in Pega Version 7.3.1
The 'Expand When' condition was not running for all iterations when the collapsible layout was in a Repeat Dynamic Layout with the "Categorize By" option enabled. This has been fixed.
SR-B65579 · Issue 316489
Linked Key Property working for templatization
Resolved in Pega Version 7.3.1
The Linked Key Property was not working when templatization is on. To correct this, the mergeBigData() API in the template engine now accounts for linked properties.
SR-B32592 · Issue 298344
Grid filter column localization fixed
Resolved in Pega Version 7.3.1
The repeating grid's column filter was not displaying the localized pyStatusLabel value. This has been fixed.
SR-B48351 · Issue 304587
Grid filter column localization fixed
Resolved in Pega Version 7.3.1
The repeating grid's column filter was not displaying the localized pyStatusLabel value. This has been fixed.
SR-B43325 · Issue 303149
Textarea count method updated for browser consistency
Resolved in Pega Version 7.3.1
The textarea count in Google Chrome was wrong when the textarea content was sent through form submit. When the value from TextArea is stored in the DB and then retrieved (like in a Screen-Flow), sometimes the \n character is replaced by \r\n, changing the length of the value. To ensure consistent results, the system will not consider the \r character while calculating the remaining characters length.
SR-B52664 · Issue 310856
Web mashup rendering fixed for iPhone/iPad
Resolved in Pega Version 7.3.1
The web mashup section was not rendering in iPhone and iPad due to a race condition between two network calls. Changes have been made to "PegaCompositeGadgetMgr.js" and "openCookieConsent" to delay gadget processing and resolve this issue.
SR-B52664 · Issue 312829
Web mashup rendering fixed for iPhone/iPad
Resolved in Pega Version 7.3.1
The web mashup section was not rendering in iPhone and iPad due to a race condition between two network calls. Changes have been made to "PegaCompositeGadgetMgr.js" and "openCookieConsent" to delay gadget processing and resolve this issue.