fix error in afterLastPaneAction

This commit is contained in:
2021-09-20 13:11:57 +02:00
parent f3b755e46e
commit 3f3dd83132
2 changed files with 13 additions and 6 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 %}