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

Section is rendered empty

SA-11156

Summary



In tabbed repeat layout, a section is included. On initial load of the screen, section is rendered correctly on first tab, but on creating a new tab, section is rendered empty.

Steps to Reproduce



1. Create a tabbed repeat layout.
2. Include a section with inline grid double in the layout to include a repeating grid.


Root Cause



The root cause of this problem is a defect in user application code/rules. 

The section refresh/load is because the window.avoidEmptyingGridDetails is a global scoped one time usage boolean variable.


Resolution



This issue is resolved through the following Local-change: 

1. Empty contents of UserWorkForm 
2. Create a non-auto section (HiddenNonAutoSection) which holds the below code:
 
<script type="text/javascript"> 
window.avoidEmptyingGridDetails = true; 
</script> 


3. In the section, insert the above non-auto section so that every time a tab loads you can ensure that window.avoidEmptyingGridDetails = true;

Published June 29, 2015 - Updated October 8, 2020

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