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