mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
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:
@@ -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,
|
||||
#}
|
||||
|
||||
|
Reference in New Issue
Block a user