Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

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

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us