Support Article
Tab names header not displayed and reports configuration issues
SA-72028
Summary
In Pega 7.3.1, the following issues occur: Use Case 1:
Opened tabs names do not display on the portal.


Use Case 2:
Report popup does not display the Summarize and Export to Excel options.
Error Messages
Not Applicable
Steps to Reproduce
Not Applicable
Root Cause
Use Case 1:
The opened tab names header was overlayed with DIV.
Use Case 2:
The reports popup was configured incorrectly at the user end.
Resolution
Perform the following local-change:
Use Case 1:
Use the below code:
.dc-header .contents-wrapper{
display: flow-root !important;
}
Use Case 2:
Use the pyReportEditorHeader of the Pega-Reporting ruleset to include an additional section since this section is available. Previously, the popup section pointed to a different section instead of the pyReportEditorHeader.
Published August 15, 2019 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.