invoke template
This commit is contained in:
parent
68086941ba
commit
7994c7d264
@ -41,6 +41,7 @@ class CustomerCrudController extends AbstractCrudController
|
||||
->allowDelete()
|
||||
->setEntryType(TicketType::class)
|
||||
->setFormTypeOptions(['by_reference' => false])
|
||||
->setTemplatePath('admin/customer_tickets.html.twig')
|
||||
->hideOnIndex();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user