Modify ↓
#12512 closed defect (fixed)
<now> applies to all fields not just the one its assigned to
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DateFieldPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I've created two custom date fields, one of which I want to default to todays date, the other I wish to start empty.
If I assign <now> to the value property of one of the fields it effects both of them.
Attachments (1)
Change History (6)
Changed 9 years ago by
Attachment: | 12512-fix.diff added |
---|
comment:1 Changed 9 years ago by
The attached patch fixes it for me, but I'm no Javascript / JQuery programmer so there may be a better way.
comment:2 Changed 9 years ago by
The diff in attachment:12512-fix.diff is reversed but otherwise looks good. Thanks for the patch.
comment:4 Changed 9 years ago by
Owner: | changed from Ryan J Ollos to russell@… |
---|
Note: See
TracTickets for help on using
tickets.
Fix