mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix form error in App.vue (does not POST from step=export to step=formatter)
This commit is contained in:
parent
6c29638fed
commit
9b1e464011
@ -7,7 +7,6 @@
|
||||
<div class="col-sm-8">
|
||||
|
||||
<VueMultiselect
|
||||
name="actionType"
|
||||
v-model="action"
|
||||
:options="actions.options"
|
||||
@select="selectAction"
|
||||
@ -30,7 +29,6 @@
|
||||
<div class="col-sm-8">
|
||||
|
||||
<VueMultiselect
|
||||
name="goal"
|
||||
v-model="goal"
|
||||
:options="goals.options"
|
||||
@select="selectGoal"
|
||||
@ -54,7 +52,6 @@
|
||||
<div class="col-sm-8">
|
||||
|
||||
<VueMultiselect
|
||||
name="result"
|
||||
v-model="result"
|
||||
:options="results.options"
|
||||
:multiple="true"
|
||||
|
@ -23,13 +23,7 @@
|
||||
{% 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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user