Vote #79280
未完了Datepicker is called incorrectly
0%
説明
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.
journals
--------------------------------------------------------------------------------
Admin Redmine さんが3年以上前に更新
- カテゴリ を Calendar_36 にセット
- 対象バージョン を Candidate for next minor release_33 にセット