Address: pass useDatePane option in showPane addressRenderBox, display dates in showPane

This commit is contained in:
2021-09-23 11:04:25 +02:00
parent e7676c5c2e
commit 1c568a75ec
5 changed files with 26 additions and 8 deletions

View File

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