Opened 17 years ago
Closed 17 years ago
#5897 closed defect (duplicate)
Milestone name change doesn't reflect in ticket_change table
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | roadmap | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When changing a milestone's name, the milestone name in ticket_change table wasn't changed.
This cause problem when analyzing the ticket changelog again the milestone whose name was changed. It would be great to change the milestone name to the new one when milestone name is changed.
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
Milestone: | → 0.12 |
---|
comment:2 by , 17 years ago
I think this is problem in general in the db schema: names are used to link rather than unique ids. Name approach may shorten SQL & make it more readable, but it causes problems like this.
I'm quite sure that using webadmin to change milestones or components will have the same problem.
comment:3 by , 17 years ago
Milestone: | 0.12 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Closing this one as a duplicate of #4582.
See also #5658.