diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 15:36:58 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-22 15:36:58 +0200 |
commit | 1de577a5ae785b67a7990f14057e70c4f28f02f3 (patch) | |
tree | 049bd2566e8fb8786cce4336d846cb5c09a028f2 /app-from-scratch.sh | |
parent | a86c0db98c3b5f12b0f47532c5136234a5161f5d (diff) | |
download | chd_gestion-1de577a5ae785b67a7990f14057e70c4f28f02f3.zip chd_gestion-1de577a5ae785b67a7990f14057e70c4f28f02f3.tar.gz chd_gestion-1de577a5ae785b67a7990f14057e70c4f28f02f3.tar.bz2 |
action-nav : add separator, equipements/index fix filter config
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r-- | app-from-scratch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-from-scratch.sh b/app-from-scratch.sh index 8dd51ba..4ad2077 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -383,3 +383,5 @@ editor $p/Template/view.twig $p/Template/index.twig $p/Element/form.twig config/ 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" +# a86c0db98c3b5f12b0f47532c5136234a5161f5d + |