SR-A15495 · Issue 230541
Audit screen supports localization
Resolved in Pega Version 7.2.1
AddCoveredWork has been updated to localize the audit text.
SR-A15496 · Issue 230542
Audit screen supports localization
Resolved in Pega Version 7.2.1
AddCoveredWork has been updated to localize the audit text.
SR-A15521 · Issue 232074
Read-only section handling fixed for repeating grid modal window
Resolved in Pega Version 7.2.1
When using read-only mode on the expandable view of a nested repeating grid to display a section in a modal window, all the sections included in the parent section also changed to read-only. This was an error in the flow action handling of the SectionReadOnly parameter, and has been corrected.
SR-A15593 · Issue 231998
Better date selection retention in Calendar view switching
Resolved in Pega Version 7.2.1
Switching to weekly view and then back to daily view in the calendar caused it to reset to the first day of the week and ignore a selected date. selected date is ignored. The container handling has been updated to better handle retaining the selection on different views.
SR-A15671 · Issue 231059
Added check for FF 38 to work with Hfix Manager
Resolved in Pega Version 7.2.1
With FireFox version 38, the commit action of the Hotfix manager did not work even when the commit button was clicked. This issue is related specifically to float behavior with Firefox, and has been resolved with a check in the Presentation tab of the wrapper DL to tick "Clear floated layouts" in advance presentation options.
SR-A15695 · Issue 233521
Grid layout correctly displays columns with empty rows
Resolved in Pega Version 7.2.1
In a repeating grid, when Width of content -> Pixels(Fit Content) and Fixed (pixel) size grid : Grid size (in pixels): 1000 px (Width) and 0 px(Height), Freeze grid header are selected, all the columns are not shown when there are no records in the grid. This was traced to a div function that did not sync properly and clipped columns in this circumstance, and a check has been added to correct the display when using progressive loading.
SR-A15864 · Issue 231716
Post action RTE spellcheck works in Microsoft Internet Explorer
Resolved in Pega Version 7.2.1
After opening a modal dialog window in Microsoft Internet Explorer that has a Rich Text Editor that has been configured to spellcheck on change, submitting a wrongly spelled word blocked reopening the modal dialog. This was traced to Microsoft Internet Explorer throwing Permission Denied for premature load events, and has been solved by wrapping the code which accesses iframe element and throws Permission Denied exception.
SR-A15903 · Issue 240872
Enhancement added to support non-standard HTML in Ruleforms
Resolved in Pega Version 7.2.1
After manually writing non-standard HTML code in Source mode, switching back to Design mode showed corrupted code. This was caused by the RTE used in the Ruleforms auto-correcting the HTML. A "source only mode" check box option has now been added to the on paragraph, correspondence, and corr fragment Ruleforms that will provide a text area in place of RTE when selected.
SR-A15999 · Issue 232081
Modal window retains size after row delete
Resolved in Pega Version 7.2.1
If a repeat grid inside a modal window was using Expand-pane edit mode, adding a row and deleting it then pressing next caused the modal window to be completely squeezed and unable to be re-expanded. This was caused by a null pointer exception in the flow actions for the modal window, and has been fixed.
SR-A16012 · Issue 233486
Localization added for locking messages
Resolved in Pega Version 7.2.1
Localization has been added for locking-related messages in LockInfoAdvanced to facilitate translating messages such as "This case is locked by your operator in another PRPC session. Choosing the End other session to release lock option will log out your other PRPC session in order to release the lock. This option may not be effective immediately."