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.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh
index 5d35c2b..fba441e 100644
--- a/app-from-scratch.sh
+++ b/app-from-scratch.sh
@@ -369,3 +369,9 @@ 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())"
+# b49f4d5ccd5a61e901c448ad94495750bb2d0269
+
+# bake: sort tables by default (with config) + allow ORDER BY hooks
+editor plugins/CustomTheme/src/Template/Bake/Model/table.twig
+git add ../app-from-scratch.sh plugins/CustomTheme/src/Template/Bake/Model/table.twig
+git commit -m "bake: sort tables by default (with config) + allow ORDER BY hooks"