fix #1725: setting expire date in the past

This commit is contained in:
antelle 2021-03-21 16:38:09 +01:00
parent dfb7491503
commit 8023bcea96
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class FieldViewDate extends FieldViewText {
onSelect: this.pickerSelect.bind(this),
onClose: this.pickerClose.bind(this),
defaultDate: this.value,
minDate: new Date(),
firstDay: 1,
i18n: {
previousMonth: '',

View File

@ -5,6 +5,7 @@ Release notes
`+` optimized memory consumption for large files
`+` opening XML and CSV files using the Open button
`-` ykman v4 support
`-` setting expire date in the past
##### v1.17.4 (2021-03-18)
`-` fix #1740: Windows updater issues