You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: