summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r--app-from-scratch.sh9
1 files changed, 9 insertions, 0 deletions
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())"