Project

General

Profile

Actions

Patch #28618

open

Datepicker is called incorrectly

Added by Elena Krasnopolskaya almost 6 years ago. Updated almost 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Calendar
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

file1.patch (451 Bytes) file1.patch Elena Krasnopolskaya, 2018-04-24 14:10
Actions #1

Updated by Go MAEDA almost 6 years ago

  • Target version set to Candidate for next minor release
Actions

Also available in: Atom PDF