From a86c0db98c3b5f12b0f47532c5136234a5161f5d Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 22 Jul 2018 15:03:12 +0200 Subject: bake : limit action links to defined controller methods --- 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 a438292..8dd51ba 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -377,3 +377,9 @@ git add ../app-from-scratch.sh plugins/CustomTheme/src/Template/Bake/Model/table git commit -m "bake: sort tables by default (with config) + allow ORDER BY hooks" # 28e5cfbde499b7d08649596d0f675ad8bba0143a +# bake : limit action links to defined controller methods +p=plugins/CustomTheme/src/Template/Bake +editor $p/Template/view.twig $p/Template/index.twig $p/Element/form.twig config/bake_extra.php +git add $p/Template/view.twig $p/Template/index.twig $p/Element/form.twig config/bake_extra.php +git add ../app-from-scratch.sh +git commit -m "bake : limit action links to defined controller methods" -- cgit v1.1