diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 11:27:20 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 11:27:20 +0200 |
commit | 28e5cfbde499b7d08649596d0f675ad8bba0143a (patch) | |
tree | ad4a9b224486d6d4148906710680fc3e64a87ace /app-from-scratch.sh | |
parent | b49f4d5ccd5a61e901c448ad94495750bb2d0269 (diff) | |
download | chd_gestion-28e5cfbde499b7d08649596d0f675ad8bba0143a.zip chd_gestion-28e5cfbde499b7d08649596d0f675ad8bba0143a.tar.gz chd_gestion-28e5cfbde499b7d08649596d0f675ad8bba0143a.tar.bz2 |
bake: sort tables by default (with config) + allow ORDER BY hooks
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 6 |
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" |