Using: SS 2.4.7
When using nested popup, it calls TableListField Class in the popup below the nested one.
This is causing errors since these classes are not included in the popup.
Maybe not elegant but it works if this is added to the of DataObjectManager_popup.ss:
<script type="text/javascript" src="{$BaseHref}assets/_combinedfiles/base.js"></script>
<script type="text/javascript" src="{$BaseHref}sapphire/javascript/TableListField.js"></script>
Regards,
Remy Vaartjes