Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly

This commit is contained in:
2021-09-20 20:16:39 +02:00
8 changed files with 56 additions and 38 deletions

View File

@@ -30,11 +30,11 @@
{% 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 }),
useValidFrom: true,
openPanesInModal: false,
stickyActions: true,
} %}
{#
useValidFrom: true,
#}
{% endblock %}