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 %}