Skip to content

Bugfix: Nested Popup uses missing cms javascript classes #49

@RVXD

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

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