mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 04:23:49 +00:00
[crud] add step delete
This commit is contained in:
@@ -62,6 +62,8 @@ class EntityPersonCRUDController extends CRUDController
|
||||
return '@ChillPerson/CRUD/edit.html.twig';
|
||||
case 'view':
|
||||
return '@ChillPerson/CRUD/view.html.twig';
|
||||
case 'delete':
|
||||
return '@ChillPerson/CRUD/delete.html.twig';
|
||||
default:
|
||||
return parent::getTemplateFor($action, $entity, $request);
|
||||
}
|
||||
|
Reference in New Issue
Block a user