From 5e90ca7ab1cddf94e500397549b85c54aed570da Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 20 Jul 2018 08:18:04 +0200 Subject: index: no 'id' column by default --- .../plugins/CustomTheme/src/Template/Bake/Template/index.twig | 2 +- .../plugins/CustomTheme/src/View/Helper/BakeExtraHelper.php | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'fai_gestion/plugins') diff --git a/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig b/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig index 15bfe45..7950242 100644 --- a/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig +++ b/fai_gestion/plugins/CustomTheme/src/Template/Bake/Template/index.twig @@ -43,7 +43,7 @@ // index could contain table head filters and labels in aren't useful $this->Form->setTemplates(['label' => '']); ?> -{% set fields = Bake.filterFields(fields, schema, modelObject, indexColumns, ['binary', 'text']) %} +{% set fields = BakeExtra.filterFields(fields, schema, modelObject, indexColumns, ['binary', 'text']) %}