Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly

This commit is contained in:
2021-09-16 22:25:55 +02:00
8 changed files with 67 additions and 19 deletions

View File

@@ -91,7 +91,10 @@ export default {
bindModal: {
//step1: false, step2: false
},
hideDateFrom: true
// Use Date fields
useDate: {
validFrom: true
}
}
}
}

View File

@@ -195,9 +195,8 @@ export default {
},
key: 'household_new',
options: {
hideDateFrom: true,
bindModal: {
useDate: {
validFrom: true
},
button: {
text: {

View File

@@ -32,6 +32,8 @@
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
bindModalStep1: false,
bindModalStep2: false,
useValidFrom: true,
useValidTo: false
} %}
{% endblock %}