mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
[bug] Temporary bypass Vue component
This commit is contained in:
parent
17494b3e9f
commit
eafe68973a
@ -23,7 +23,13 @@
|
|||||||
{% block js %}
|
{% block js %}
|
||||||
{{ encore_entry_script_tags('page_export') }}
|
{{ encore_entry_script_tags('page_export') }}
|
||||||
{% if export_alias == 'count_social_work_actions' %}
|
{% 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') }}
|
{{ encore_entry_script_tags('vue_form_action_goal_result') }}
|
||||||
|
#}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock js %}
|
{% endblock js %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user