mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +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: {
|
||||
|
Reference in New Issue
Block a user