#1583 closed defect (fixed)
[patch][cla] DropdownDatePicker was copying startDate and endDate to DP, even when not given
Reported by: | Owned by: | tk | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
...which caused it to crash.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | dddp-star-end-date-fix.patch added |
---|
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Summary: | FIX: DropdownDatePicker was copying startDate and endDate to DP, even when not given → [patch][cla] DropdownDatePicker was copying startDate and endDate to DP, even when not given |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [5985]) Fixes #1583 Cleaned up DDP on how it called this.datePicker functions too often added onValueChanged() to DP and DDP() changed this.dates to this.values for both widgets since DP is a lead into a form widget and DDP is a form widget, it made little sense to make one use value and the other not (per Bill's standardization of form widgets).
Removed _initData from DDP until further stuff can be discussed on it with Bill (per discussion with Bill)
Condensed DDP's test files into one.. (removed _localized)
I think thats it :)
Note: See
TracTickets for help on using
tickets.
my fix