Support Article
File details display in the List View when attaching a file
SA-89203
Summary
Pega Platform 7.1.5 is migrated to Pega Platform 7.4.
When attaching a file, the file details display in the List View and the column header changes to 'CLICK TO SORT' followed by the corresponding header name.

Error Messages
Not Available
Steps to Reproduce
Enable sorting on the List View to display the attachment records in the Case Manager portal.
Root Cause
An issue in the custom application code or rules.
Resolution
Perform either of the following local-changes:
- Add the following CSS change to the UserWorkForm:
<style>
.hiddenContent{
display: none;
}
</style>
- Create a text CSS style sheet and add it at the Harness level with the below code:
.hiddenContent{
display: none;
}
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.