summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-21 21:48:53 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-21 21:48:53 +0200
commit61cad7c5f1680e3c91da16f2d5deb38ceb73fffb (patch)
treeaf6c10dce14e99bce0f11e4684a0e17d85e80f02 /app-from-scratch.sh
parent51f0aacb4d4f2514433139552ac6ab8ab5506653 (diff)
downloadchd_gestion-61cad7c5f1680e3c91da16f2d5deb38ceb73fffb.zip
chd_gestion-61cad7c5f1680e3c91da16f2d5deb38ceb73fffb.tar.gz
chd_gestion-61cad7c5f1680e3c91da16f2d5deb38ceb73fffb.tar.bz2
no 200 item limit on drop-down lists, index : better codegen
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r--app-from-scratch.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh
index 519c68b..e06be6c 100644
--- a/app-from-scratch.sh
+++ b/app-from-scratch.sh
@@ -344,3 +344,10 @@ git add src/Template/Layout/default.ctp .gitignore
cake bake all --everything --force --quiet
git add ../app-from-scratch.sh
git commit -m "rename ippubliques -> ip_publiques, .gitignore autogenerated code for now"
+# 51f0aacb4d4f2514433139552ac6ab8ab5506653
+
+# no 200 item limit on drop-down lists, index : better codegen
+editor plugins/CustomTheme/src/Template/Bake/Element/Controller/*
+git add plugins/CustomTheme/src/Template/Bake/Element/Controller/*
+git add ../app-from-scratch.sh
+git commit -m "no 200 item limit on drop-down lists, index : better codegen"