diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 15:03:12 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 15:03:12 +0200 |
commit | a86c0db98c3b5f12b0f47532c5136234a5161f5d (patch) | |
tree | 499bf61ef2d5520489a4e15c7e0b67ae577e2d11 /app-from-scratch.sh | |
parent | bee10297dea652f0c22207ae53836fc318067a60 (diff) | |
download | chd_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.sh | 6 |
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" |