invoke template
This commit is contained in:
parent
cfba174f60
commit
be79bc188f
@ -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