Ticket #5897 (closed defect: duplicate)
Opened 4 years ago
Last modified 4 years ago
Milestone name change doesn't reflect in ticket_change table
| Reported by: | khundeen@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | roadmap | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 4 years ago by cboos
- Milestone set to 0.12
comment:2 Changed 4 years ago by mape <th07@…>
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 Changed 4 years ago by osimons
- Milestone 0.12 deleted
- Resolution set to duplicate
- Status changed from new to closed
Closing this one as a duplicate of #4582.



See also #5658.