From 36487ed29f4ef48ecf522964feee962d86669113 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Thu, 5 Feb 2026 08:34:49 +0100 Subject: [PATCH] =?UTF-8?q?```=20=F0=9F=94=A7=20chore(ansible):=20Met=20?= =?UTF-8?q?=C3=A0=20jour=20la=20version=20de=20PHP=20pour=20les=20t=C3=A2c?= =?UTF-8?q?hes=20cron=20et=20commandes.=20=E2=9C=A8=20feat(flow/view):=20A?= =?UTF-8?q?joute=20la=20gestion=20de=20la=20livraison=20et=20r=C3=A9organi?= =?UTF-8?q?se=20le=20formulaire=20de=20paiement.=20```?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/playbook.yml | 14 +++---- templates/dashboard/flow/view.twig | 59 ++++++++++++++---------------- 2 files changed, 34 insertions(+), 39 deletions(-) diff --git a/ansible/playbook.yml b/ansible/playbook.yml index bf5c68a..804f782 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -172,7 +172,7 @@ state: reloaded - name: Symfony Tasks (Migrations, Cache, Warmup) - ansible.builtin.command: "php bin/console {{ item }} --no-interaction" + ansible.builtin.command: "php8.4 bin/console {{ item }} --no-interaction" become: false args: chdir: "{{ path }}" @@ -198,7 +198,7 @@ name: "Intranet Ludikevent - Unsigned Contracts Expired" minute: "0" hour: "12" - job: "php {{ path }}/bin/console app:mail" + job: "php8.4 {{ path }}/bin/console app:mail" user: root state: present @@ -206,7 +206,7 @@ ansible.builtin.cron: name: "Intranet Ludikevent - Search" minute: "*/5" - job: "php {{ path }}/bin/console app:search" + job: "php8.4 {{ path }}/bin/console app:search" user: root - name: "Cron Task Stripe" @@ -214,7 +214,7 @@ name: "Intranet Ludikevent - Stripe" minute: "0" hour: "1" - job: "php {{ path }}/bin/console app:stripe:sync" + job: "php8.4 {{ path }}/bin/console app:stripe:sync" user: root - name: "Cron Task Backup" @@ -222,7 +222,7 @@ name: "Intranet Ludikevent - Backup" minute: "0" hour: "*/6" - job: "php {{ path }}/bin/console app:backup" + job: "php8.4 {{ path }}/bin/console app:backup" user: "root" - name: "Cron Task - Clean Data" @@ -230,7 +230,7 @@ name: "Intranet Ludikevent - Clean Data" minute: "0" hour: "20" - job: "php {{ path }}/bin/console app:clean" + job: "php8.4 {{ path }}/bin/console app:clean" user: "root" - name: Final Permissions Fix (0777 pour les dossiers d'upload) @@ -250,4 +250,4 @@ - "{{ path }}/public/media" - "{{ path }}/public/pdf" - "{{ path }}/public/seo" - - "{{ path }}/public/tmp-sign" + - "{{ path }}/public/tmp-sign" \ No newline at end of file diff --git a/templates/dashboard/flow/view.twig b/templates/dashboard/flow/view.twig index 1c8714b..975182b 100644 --- a/templates/dashboard/flow/view.twig +++ b/templates/dashboard/flow/view.twig @@ -194,26 +194,7 @@ {% endif %} -
-

Gestion Livraison

-
-
-
- - -
-
- - -
-
- -
-
+ @@ -365,19 +346,33 @@
-
-
- - + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
-