From eafe68973ac13ad06c8a07e352cb3cd7f25217ae Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 8 Sep 2022 14:35:48 +0200 Subject: [PATCH] [bug] Temporary bypass Vue component --- .../ChillMainBundle/Resources/views/Export/new.html.twig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Bundle/ChillMainBundle/Resources/views/Export/new.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Export/new.html.twig index c6adb241d..8bab23d21 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Export/new.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Export/new.html.twig @@ -23,7 +23,13 @@ {% block js %} {{ encore_entry_script_tags('page_export') }} {% if export_alias == 'count_social_work_actions' %} + {# + TODO: [debug] comprendre pq l'activation du composant Vue bloque le passage de + http://localhost:8001/fr/exports/new/count_social_work_actions?step=export + vers http://localhost:8001/fr/exports/new/count_social_work_actions?step=formatter + {{ encore_entry_script_tags('vue_form_action_goal_result') }} + #} {% endif %} {% endblock js %}