crudification for thirdparty

This commit is contained in:
2021-10-06 12:30:18 +02:00
parent a8edef13a3
commit 7ea2c36c5e
16 changed files with 275 additions and 242 deletions

View File

@@ -71,7 +71,7 @@ final class ThirdPartyController extends CRUDController
/**
* @Route("/new", name="chill_3party_3party_new")
*/
public function newAction(Request $request)
public function newActionkk(Request $request)
{
$this->denyAccessUnlessGranted(ThirdPartyVoter::CREATE);
@@ -115,7 +115,7 @@ final class ThirdPartyController extends CRUDController
* @Route("/{thirdparty_id}/update", name="chill_3party_3party_update")
* @ParamConverter("thirdParty", options={"id": "thirdparty_id"})
*/
public function updateAction(ThirdParty $thirdParty, Request $request)
public function updateActionkk(ThirdParty $thirdParty, Request $request)
{
$this->denyAccessUnlessGranted(ThirdPartyVoter::CREATE);