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.
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.
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?
is working on a reply...