summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
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"