fix countrySelection multiselect with fetch async countries

edit context: display country for existing address
new context: repair editPane, load countries

note: adding id for country and postcode in address endpoint json
This commit is contained in:
2021-09-20 13:27:03 +02:00
parent 3f3dd83132
commit e13b7bf195
3 changed files with 10 additions and 5 deletions

View File

@@ -30,10 +30,10 @@
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
targetEntity: { name: 'person', id: person.id },
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
openPanesInModal: false,
stickyActions: true,
} %}
{#
openPanesInModal: false,
useValidFrom: true,
#}