Support Article
Overlay that displays on click of Import does not respond
SA-67525
Summary
The overlay that displays on click of Import during file upload, does not respond.

Error Messages
Not Applicable
Steps to Reproduce
- Use the pzManageRecords section in any harness or section.
- Source the grid in pzManageRecords with more than 15 columns.
- Resize the window.
- Click the Import button.
Root Cause
A defect in Pegasystems’ code or rules.
Width of the overlay is calculated based to the number of columns in the grid.
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm to modify the width of the overlay. <style>
div[aria-label="Upload Data Records"]#po0{
width:300px!important;
}
</style>
Note: This local-change does not work for localization.
Modify aria-label value according to the language.
For example, for French, use the below code.
div[aria-label="Charger les enregistrements de données"]#po0{
width:300px!important;
}
Published December 14, 2018 - 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.