SR-B96109 · Issue 344391
Calendar control fixed for Buddhist dates
Resolved in Pega Version 7.4
The Calendar control was not showing the Buddhist calendar when using the Thai locale (th_TH). This was an inadvertent result of an implementation update in calendar, and has been fixed.
SR-B96378 · Issue 342548
Error importing RAP with Japanese characters fixed
Resolved in Pega Version 7.4
When trying to import a RAP that contained Japanese characters (including application, organization, case type, data type, flow, flow action, property etc.), the preview was fine but the import wizard finished with the message "This archive is empty -- it contains no instances". This was due to a null pointer exception, and has been fixed by ensuring ClassTableMap.properties from the schema.jar will be read with UTF8 when needed.
SR-B97032 · Issue 342812
Target stale check added to cascading dropdowns
Resolved in Pega Version 7.4
The system was hanging when hovering on the drop down after selecting a parameter for which the dropdown did not have any values. This was due to the target element becoming stale when cascaded dropdowns were used, and has been fixed by adding a check for this condition.
SR-B97336 · Issue 343370
Minimized window stays minimized on auto-refresh in Microsoft Internet Explorer
Resolved in Pega Version 7.4
If a section was configured to auto-refresh every 30 seconds, the minimized window would maximize automatically when using the Microsoft Internet Explorer browser. This was caused by the way the focus was being set in Microsoft Internet Explorer9, Microsoft Internet Explorer10, and Microsoft Internet Explorer 11, and has been fixed.
SR-C1026 · Issue 344634
Able to add When condition for DisplayYesNo
Resolved in Pega Version 7.4
An exception was generated when attempting to add 'when' conditions for DisplayYesNo control in Section. The pzActionConditionSource activity was fetching the pyUIElement value from the Primary Page and setting it to UIELement as intended, but when the pyUIElement value is empty, a null-pointer exception occurs. Handling has now been added to avoid this scenario.
SR-C1835 · Issue 346650
Timeline enhancement
Resolved in Pega Version 7.4
An enhancement has been added to the setDefaults API to allow for use of a custom moment function for the out-of-the-box pxTimeline. This can be used to set the Timezone for displaying the events.
SR-C2963 · Issue 347630
Added handling for always show page level errors
Resolved in Pega Version 7.4
Property level errors were shown, but Page level properties were not shown even when the harness field was checked to always show both field level and form level errors. This was due to missing handling for the 'always show' option, which has now been added.
SR-C2963 · Issue 346977
out-of-the-box section Errors shown
Resolved in Pega Version 7.4
After upgrade, error messages were not shown in some scenarios such as lazy loaded layouts in Templatized UI. This was due to missing error handling, and has been fixed.
SR-C3748 · Issue 345888
Microsoft Internet Explorer compatMode check updated to documentMode
Resolved in Pega Version 7.4
The compatMode property introduced in Internet Explorer 6 is deprecated in favor of the documentMode property introduced in Internet Explorer 8. Applications that currently rely on compatMode will continue to work in Internet Explorer; however, they have been updated to use documentMode.
SR-C4046 · Issue 351373
JAWS reads group layout tab headers
Resolved in Pega Version 7.4
When using JAWS for 508 testing, the screen reader was reading group layouts with tab numbers rather than the field value provided for the header. This was due to missing aria-labels, which have now been added.