export SocialWorkTypeFilter: create dynamic Form Action-goal-result

- initiate new Vue component
- cleaning buildForm in Filter
- add HiddenType with ModelTransformer
- use ObjectToIdTransformer in HiddenType fields
- setting mount() and teleport
- list fetch url in api.js
- html/bootstrap form structure
- add Multiselect actionType
- i18n import
- add multiselect for goals and results
- add and remove options in multiselect (wip)
- fix basic vue add/remove element from data store
- vue cleaning
- add ids in value hiddenFields
- adapt Filter in AlterQuery (wip)
- improve code lisibility
This commit is contained in:
2022-09-01 12:28:54 +02:00
parent c4f0ad01d3
commit 648ec68cfb
6 changed files with 442 additions and 54 deletions

View File

@@ -22,6 +22,9 @@
{% block js %}
{{ encore_entry_script_tags('page_export') }}
{% if export_alias == 'count_social_work_actions' %}
{{ encore_entry_script_tags('vue_form_action_goal_result') }}
{% endif %}
{% endblock js %}
{% block content %}