From 523ab42bf8e333268abdf2e316ea2ceb26c6c6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Fr=C3=A9zet?= Date: Wed, 23 May 2018 18:58:06 +0200 Subject: [PATCH] Fix a wrong configuration in the Page resource Fix a wrong configuration in the declaration of the Page resource, causing an 500 error when searching a page in admin. The `type` field does not exists in the entity, it should be removed. --- src/Resources/config/grids/admin/page.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/config/grids/admin/page.yml b/src/Resources/config/grids/admin/page.yml index f6bb86e7c..168a4cdf2 100755 --- a/src/Resources/config/grids/admin/page.yml +++ b/src/Resources/config/grids/admin/page.yml @@ -41,7 +41,7 @@ sylius_grid: type: string label: sylius.ui.search options: - fields: [code, type] + fields: [code] actions: main: create: