mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Address: twig insert, complete options for use cases
This commit is contained in:
parent
f93c13234a
commit
95e0198952
@ -29,10 +29,12 @@
|
|||||||
{# include vue_address component #}
|
{# include vue_address component #}
|
||||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||||
targetEntity: { name: 'person', id: person.id },
|
targetEntity: { name: 'person', id: person.id },
|
||||||
|
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
|
||||||
openPanesInModal: false,
|
openPanesInModal: false,
|
||||||
|
stickyActions: true,
|
||||||
|
useValidFrom: true,
|
||||||
} %}
|
} %}
|
||||||
{#
|
{#
|
||||||
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
|
|
||||||
#}
|
#}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -29,13 +29,13 @@
|
|||||||
{# include vue_address component #}
|
{# include vue_address component #}
|
||||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||||
targetEntity: { name: 'person', id: person.id },
|
targetEntity: { name: 'person', id: person.id },
|
||||||
|
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
|
||||||
|
openPanesInModal: false,
|
||||||
stickyActions: true,
|
stickyActions: true,
|
||||||
useValidFrom: true,
|
useValidFrom: true,
|
||||||
} %}
|
} %}
|
||||||
{#
|
{#
|
||||||
useValidTo: true,
|
useValidTo: true,
|
||||||
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
|
|
||||||
openPanesInModal: false,
|
|
||||||
#}
|
#}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||||
targetEntity: { name: 'household', id: household.id },
|
targetEntity: { name: 'household', id: household.id },
|
||||||
backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
|
backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
|
||||||
stickyActions: true,
|
|
||||||
openPanesInModal: false,
|
openPanesInModal: false,
|
||||||
|
stickyActions: true,
|
||||||
|
useValidFrom: true,
|
||||||
} %}
|
} %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -12,7 +12,10 @@
|
|||||||
backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
|
backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
|
||||||
openPanesInModal: false,
|
openPanesInModal: false,
|
||||||
stickyActions: true,
|
stickyActions: true,
|
||||||
|
useValidFrom: true,
|
||||||
} %}
|
} %}
|
||||||
|
{#
|
||||||
|
#}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user