Commit 12479010 by Julien Jorry

Fix error on datepicker in Admin to choose a past date before the current day

parent 4131f86e
...@@ -519,8 +519,9 @@ Modified for MLC from Sonata package. ...@@ -519,8 +519,9 @@ Modified for MLC from Sonata package.
isRTL: false, isRTL: false,
showMonthAfterYear: false, showMonthAfterYear: false,
yearSuffix: '', yearSuffix: '',
minDate: 0, minDate: '-5Y',
maxDate: '+12M +0D', yearRange: 'c-5:c+3',
maxDate: '+3Y',
numberOfMonths: 2, numberOfMonths: 2,
showButtonPanel: true showButtonPanel: true
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment