mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Address: pass useDatePane option in showPane addressRenderBox, display dates in showPane
This commit is contained in:
@@ -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,
|
||||
#}
|
||||
|
Reference in New Issue
Block a user