Issue
Issue 1
In a delegated data type the title is displayed twice.
Issue 2
When the user refreshes the screen, the title name changes to pzFieldA.
Impact
When opening a delegated table, the data type label is displayed in duplicate and on refresh, the label field value is not evaluated properly.
Steps to reproduce
-
Open a delegated data type in the user portal.
-
The section displays the Data Type name twice.
-
Click the refresh button on the delegated datatype rule.
-
The Datatype title changes to display its rulename pzFieldA, rather than the expected delegated Datatype field value.
Root cause
A defect in the Pega Platform code or rules.
In Data Transform pzInitializeDataType an additional label is added for param.ShortDescription causing the duplicate display in the dynamic layout header’s title.
Additionally, the localization is not working for pzFieldA in section pzDataTypeKeysAndDescription.. The parameter for pzfieldA not being passed correctly after the first refresh, making it display the property name instead of the original value. On refreshing the section, the label is loaded correctly.
Solution
This issue has been identified as a bug and is fixed in 24.1.2 and 24.2 .
The fix will also be implemented in later releases. This Known Issue document will be updated with release details when the fix for this issue is available.