SR-C26873 · Issue 367291
Refresh after modal close handled correctly
Resolved in Pega Version 8.1
After using Display harness to open a work object in review mode and launch another flow in modal dialog, closing the modal dialog without any changes (using the close button) and refreshing the browser generated an error screen. This was caused by the modal dialog browser URL being changed while opening, and the pzpega_ui_dynamicContainer_lite JS file has been modified to resolve this.
SR-C26906 · Issue 368262
pyHandleClick added to support calendar onClick customization
Resolved in Pega Version 8.1
In order to support customization for changing the behavior of onClick for a calendar event, the function pyHandleClick has been introduced to replace pzHandleClick.
SR-C27188 · Issue 376713
Timezone handling improved for scheduled reports
Resolved in Pega Version 8.1
A report scheduled to deliver on weekdays in the AEST time zone was being delivered on Saturdays and skipping on Mondays. This was due to an implementation error regarding time zones; Tuesday in AEST is Monday in GMT, and Saturday in AEST is Friday in GMT, and the isWeekDay check ended up being done on GMT time instead of the time zone specific time. To correct this, the time zone will be set and used for startdatetime.
SR-C27192 · Issue 368788
Command line flag added to customize overall build status outcome preference
Resolved in Pega Version 8.1
A flag has been provided to toggle the outcome of overall build status when one or all imports fail. This enhancement uses the command line parameter --processFailStrategy which can be either set to FAIL_PROCESS_ON_ALL_SYSTEM_FAILURE or FAIL_PROCESS_ON_SINGLE_SYSTEM_FAILURE. If not set, default value will be 'FAIL_PROCESS_ON_SINGLE_SYSTEM_FAILURE.
SR-C27242 · Issue 368023
Minimap icon title localized
Resolved in Pega Version 8.1
Localization has been added to the value of the minimap icon title.
SR-C27248 · Issue 368978
Command line hotfix install authentication fixed
Resolved in Pega Version 8.1
When performing a hotfix installation from command line, the requestor authentication was not set to true. This has been corrected.
SR-C2729 · Issue 376951
Resolved New Work items in WB sometimes hanging due to email content
Resolved in Pega Version 8.1
A null check has been added to resolve system hang when attempting to render a grid which is present in the RTE of an email. Additional checks have been added for the class attribute and for the bGrid attribute when displaying email content in the grid's expand pane inside an RTE for markup that was copy-pasted (when sending the email).; this ensures the needed attributes are present during the initialization of grids.
SR-C2729 · Issue 379779
Resolved New Work items in WB sometimes hanging due to email content
Resolved in Pega Version 8.1
A null check has been added to resolve system hang when attempting to render a grid which is present in the RTE of an email. Additional checks have been added for the class attribute and for the bGrid attribute when displaying email content in the grid's expand pane inside an RTE for markup that was copy-pasted (when sending the email).; this ensures the needed attributes are present during the initialization of grids.
SR-C2729 · Issue 365288
Resolved New Work items in WB sometimes hanging due to email content
Resolved in Pega Version 8.1
A null check has been added to resolve system hang when attempting to render a grid which is present in the RTE of an email. Additional checks have been added for the class attribute and for the bGrid attribute when displaying email content in the grid's expand pane inside an RTE for markup that was copy-pasted (when sending the email).; this ensures the needed attributes are present during the initialization of grids.
SR-C2729 · Issue 366623
Resolved New Work items in WB sometimes hanging due to email content
Resolved in Pega Version 8.1
A null check has been added to resolve system hang when attempting to render a grid which is present in the RTE of an email. Additional checks have been added for the class attribute and for the bGrid attribute when displaying email content in the grid's expand pane inside an RTE for markup that was copy-pasted (when sending the email).; this ensures the needed attributes are present during the initialization of grids.