mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
crudification for thirdparty
This commit is contained in:
@@ -71,7 +71,16 @@ class ChillThirdPartyExtension extends Extension implements PrependExtensionInte
|
||||
'role' => ThirdPartyVoter::SHOW,
|
||||
],
|
||||
'new' => [
|
||||
'template' => '@ChillThirdParty/ThirdParty/new.html.twig',
|
||||
'role' => ThirdPartyVoter::CREATE,
|
||||
],
|
||||
'edit' => [
|
||||
'template' => '@ChillThirdParty/ThirdParty/update.html.twig',
|
||||
'role' => ThirdPartyVoter::UPDATE,
|
||||
],
|
||||
'view' => [
|
||||
'template' => '@ChillThirdParty/ThirdParty/view.html.twig',
|
||||
'role' => ThirdPartyVoter::SHOW,
|
||||
]
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user