From 49ed03242a0063a350ecc2a1cf259547c9f6219c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Fri, 4 Oct 2024 09:57:02 +0200 Subject: [PATCH] Add missing cancel button on creation page --- .../config/app/twig_hooks/common/create.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BootstrapAdminUi/config/app/twig_hooks/common/create.php b/src/BootstrapAdminUi/config/app/twig_hooks/common/create.php index b523cae3..6b2c670c 100644 --- a/src/BootstrapAdminUi/config/app/twig_hooks/common/create.php +++ b/src/BootstrapAdminUi/config/app/twig_hooks/common/create.php @@ -59,9 +59,9 @@ ], 'sylius_admin.common.create.content.header.title_block.actions' => [ -// 'cancel' => [ -// 'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content/header/title_block/actions/cancel.html.twig', -// ], + 'cancel' => [ + 'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content/header/title_block/actions/cancel.html.twig', + ], 'create' => [ 'template' => '@SyliusBootstrapAdminUi/shared/crud/common/content/header/title_block/actions/create.html.twig', ],