From 61cad7c5f1680e3c91da16f2d5deb38ceb73fffb Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 21 Jul 2018 21:48:53 +0200 Subject: no 200 item limit on drop-down lists, index : better codegen --- app-from-scratch.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app-from-scratch.sh') 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" -- cgit v1.1