Modify ↓
#12567 closed defect (fixed)
ExtendedVersionPlugin - release date always prefilled
Reported by: | anonymous | Owned by: | benkovsk |
---|---|---|---|
Priority: | normal | Component: | ExtendedVersionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Each time, I want to edit a Version in ExtendedVersionPlugin, the input box "Released:" is prefilled with current date, so if I don't delete it each time I want to change Description, the Version is closed.
Same for creating new Version (so you create already closed version by default :-)).
This should be compared to Milestone editing, where is checkbox for closing (e.g. enabling "Completed" date).
Attachments (1)
Change History (7)
Changed 9 years ago by
Attachment: | 01-add_released_checkbox.diff added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Status: | new → accepted |
---|
Thanks for the patch. I'll review and apply it.
comment:4 Changed 9 years ago by
user_time
only exists in Trac 1.0 and later. I won't worry about Trac 0.12 compatibility, but can add that later on if someone raises the issue.
comment:6 Changed 9 years ago by
Owner: | changed from Ryan J Ollos to benkovsk |
---|
Note: See
TracTickets for help on using
tickets.
Attached is a patch that adds a checkbox that enables/disables release date input, similar to 'due' checkbox in milestones.