Copied to clipboard

Flag this post as spam?

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


  • Vyacheslav 13 posts 113 karma points
    Feb 07, 2021 @ 14:19
    Vyacheslav
    0

    How to set up a custom grid editor to only contain allowed document types from one parent?

    How to set up a custom grid editor to only contain allowed document types from one parent?
    Example:
    My custom grid editor is grid editor for Form.
    This Form may contains different types of Form Entities (text field, radio buttons, checkboxes and e.t.). These entities were created like different DocTypes with a common parent FormEntity.
    Now i use the ending of alias "FormEntity" for the select filter.

    "config": {
        "allowedDocTypes": [ ".*FormEntity" ]
    }
    


    But I don't want to use a prefix for every entity.
    Is there some way to specify a parent DocType to allow all of its child DocTypes to be used?

Please Sign in or register to post replies

Write your reply to:

Draft