Hi,
How can I filter the pdf template view for something else than only the entity-type... like for example: name or title.
this.createView("pdfTemplate", "views/modals/select-template", { entityType: this.entityType }, e=> { ... }
How can I filter the pdf template view for something else than only the entity-type... like for example: name or title.
this.createView("pdfTemplate", "views/modals/select-template", { entityType: this.entityType }, e=> { ... }
Comment