summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-22 15:03:12 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-22 15:03:12 +0200
commita86c0db98c3b5f12b0f47532c5136234a5161f5d (patch)
tree499bf61ef2d5520489a4e15c7e0b67ae577e2d11 /app-from-scratch.sh
parentbee10297dea652f0c22207ae53836fc318067a60 (diff)
downloadchd_gestion-a86c0db98c3b5f12b0f47532c5136234a5161f5d.zip
chd_gestion-a86c0db98c3b5f12b0f47532c5136234a5161f5d.tar.gz
chd_gestion-a86c0db98c3b5f12b0f47532c5136234a5161f5d.tar.bz2
bake : limit action links to defined controller methods
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r--app-from-scratch.sh6
1 files changed, 6 insertions, 0 deletions
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"