diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 11:46:29 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 11:46:29 +0200 |
commit | bee10297dea652f0c22207ae53836fc318067a60 (patch) | |
tree | cbc1e9f07ff5d09868c4dcefad1c32e7f1c7e6c1 /app-from-scratch.sh | |
parent | 91193b88447647de4edb95625ea9c4a8c7c6bcae (diff) | |
download | chd_gestion-bee10297dea652f0c22207ae53836fc318067a60.zip chd_gestion-bee10297dea652f0c22207ae53836fc318067a60.tar.gz chd_gestion-bee10297dea652f0c22207ae53836fc318067a60.tar.bz2 |
Simplify paginator statistics on index view
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh index fba441e..a438292 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -375,3 +375,5 @@ git commit -m "bake: fix Search filter support (bad stringifyList())" 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" +# 28e5cfbde499b7d08649596d0f675ad8bba0143a + |