Actions
Patch #28618
openDatepicker is called incorrectly
Start date:
Due date:
% Done:
0%
Estimated time:
Description
When calling Datepicker an array of objects was passed incorrectly: at the time of the call $(input).datepickerFallback("option", "defaultDate", default_date);
[application.js:689] in array is passed 3 arguments, but in [application.js:216-217] one argument is passed to the function. Function is declared $.fn.datepickerFallback = function( options )
[application.js:836] with one argument. Therefore when calling the "real" Datepicker only one argument is passed instead of three.
The attached patch fixes this.
Files
Actions