From b49f4d5ccd5a61e901c448ad94495750bb2d0269 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 22 Jul 2018 11:19:39 +0200 Subject: bake: fix Search filter support (bad stringifyList()) --- app-from-scratch.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app-from-scratch.sh') diff --git a/app-from-scratch.sh b/app-from-scratch.sh index c0d9811..5d35c2b 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -360,3 +360,12 @@ git add plugins/CustomTheme/config/bootstrap.php plugins/CustomTheme/src/Templat git add config/bake_extra.php git add ../app-from-scratch.sh git commit -m "bake: implement virtual entity titles" +# 748b7bf7c5c4df2d546ae375d9c13b5657e431df + +# bake: fix Search filter support (bad stringifyList()) +editor plugins/CustomTheme/src/View/Helper/BakeExtraHelper.php +editor config/bake_extra.php +git add plugins/CustomTheme/src/View/Helper/BakeExtraHelper.php +git add config/bake_extra.php +git add ../app-from-scratch.sh +git commit -m "bake: fix Search filter support (bad stringifyList())" -- cgit v1.1