Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bo Jacobsen 590 posts 2366 karma points
    May 07, 2020 @ 07:49
    Bo Jacobsen
    0

    Nested Content with 2 Element Types freeze the Add content button in grid layout

    Hi all.

    Just installed a fresh Umbraco CMS 8.6.1 and a fresh install of Doc Type Grid Editor 1.2.1.

    The issue i am facing is when i use 2 Element Types in a Nested Content. Then i cannot add content when using the Doc Type in a grid layout.

    This is my Custom Doc Type

    {
      "gridEditors": [
        {
          "name": "Doc Type Test",
          "alias": "docType.Test",
          "view": "/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html",
          "render": "/App_Plugins/DocTypeGridEditor/Render/DocTypeGridEditor.cshtml",
          "icon": "icon-item-arrangement",
          "config": {
            "allowedDocTypes": [ "docTypeItem" ],
            "nameTemplate": "",
            "enablePreview": false,
            "viewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/",
            "previewViewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/Previews/",
            "previewCssFilePath": "",
            "previewJsFilePath": ""
          }
        }
      ]
    }
    

    This is what the Nested Content Datatype looks like enter image description here

    This is what the document type with the Nested Content looks like enter image description here

    This is where i use it enter image description here

    However if only one Element Type is used in the Nested Content Datatype, then it works.

Please Sign in or register to post replies

Write your reply to:

Draft