Skip to content

Bugfix: Nested Popup uses missing cms javascript classes #49

Description

@RVXD

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions