From 28e5cfbde499b7d08649596d0f675ad8bba0143a Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 22 Jul 2018 11:27:20 +0200 Subject: bake: sort tables by default (with config) + allow ORDER BY hooks --- app-from-scratch.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app-from-scratch.sh') 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" -- cgit v1.1