Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Nested Popup uses missing cms javascript classes #49

Open
RVXD opened this issue Mar 29, 2012 · 0 comments
Open

Bugfix: Nested Popup uses missing cms javascript classes #49

RVXD opened this issue Mar 29, 2012 · 0 comments

Comments

@RVXD
Copy link

RVXD commented Mar 29, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant