mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
twig _insert_vue_address, rename mode create
This commit is contained in:
parent
4bafa83b65
commit
782f0bc332
@ -7,7 +7,7 @@
|
|||||||
name: string
|
name: string
|
||||||
id: integer
|
id: integer
|
||||||
}
|
}
|
||||||
* mode string ['edit*'|'create']
|
* mode string ['edit*'|'new']
|
||||||
* addressId integer
|
* addressId integer
|
||||||
* backUrl twig route: path('route', {parameters})
|
* backUrl twig route: path('route', {parameters})
|
||||||
* modalTitle twig translated chain
|
* modalTitle twig translated chain
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
{% 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 }),
|
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
|
||||||
mode: 'create',
|
mode: 'new',
|
||||||
buttonSize: 'btn-lg',
|
buttonSize: 'btn-lg',
|
||||||
buttonText: 'Add an address',
|
buttonText: 'Add an address',
|
||||||
modalTitle: 'Add an address',
|
modalTitle: 'Add an address',
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
{% 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_address_move', { 'household_id': household.id }),
|
backUrl: path('chill_person_household_address_move', { 'household_id': household.id }),
|
||||||
mode: 'create',
|
mode: 'new',
|
||||||
buttonSize: 'btn-lg',
|
buttonSize: 'btn-lg',
|
||||||
buttonText: 'Move household',
|
buttonText: 'Move household',
|
||||||
modalTitle: 'Move household',
|
modalTitle: 'Move household',
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
{% 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 }),
|
||||||
mode: 'create',
|
mode: 'new',
|
||||||
buttonSize: 'btn-sm',
|
buttonSize: 'btn-sm',
|
||||||
buttonText: 'Move household',
|
buttonText: 'Move household',
|
||||||
modalTitle: 'Move household',
|
modalTitle: 'Move household',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user