mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
AddAddress: adding useDate.validFrom/validTo options
This commit is contained in:
@@ -92,7 +92,10 @@ export default {
|
||||
bindModal: {
|
||||
//step1: false, step2: false
|
||||
},
|
||||
hideDateFrom: true
|
||||
// Use Date fields
|
||||
useDate: {
|
||||
validFrom: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -195,9 +195,8 @@ export default {
|
||||
},
|
||||
key: 'household_new',
|
||||
options: {
|
||||
hideDateFrom: true,
|
||||
bindModal: {
|
||||
|
||||
useDate: {
|
||||
validFrom: true
|
||||
},
|
||||
button: {
|
||||
text: {
|
||||
|
@@ -32,6 +32,8 @@
|
||||
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
|
||||
bindModalStep1: false,
|
||||
bindModalStep2: false,
|
||||
useValidFrom: true,
|
||||
useValidTo: false
|
||||
} %}
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user