Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011641 | mantisbt | bugtracker | public | 2010-03-10 13:23 | 2010-04-23 14:30 |
| Reporter | Bithunter | Assigned To | jreese | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.0 | ||||
| Target Version | 1.2.1 | Fixed in Version | 1.2.1 | ||
| Summary | 0011641: Updating version name in project should update issues history | ||||
| Description | When updating version names in a parent project, version references are not updated for issue's history. | ||||
| Steps To Reproduce | Create project 1 with version A | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.2.x cc1ad704 2010-04-22 14:15 Details Diff |
Fix 0011641: Update history table on version rename When a version is renamed, existing bug history entries should be updated with the new version name, including history entries for bugs from subprojects in the case where versions are inherited from parents. This has the same potential edge case as previous commits in this area, such that any child project that contains a duplicate version name will have entries updated in that child project even if that's not the desired behavior. However, this is the best option until versions can be migrated to using integer IDs the same as categories were. |
Affected Issues 0011641 |
|
| mod - core/version_api.php | Diff File | ||
|
MantisBT: master 3485b702 2010-04-22 14:15 Details Diff |
Fix 0011641: Update history table on version rename When a version is renamed, existing bug history entries should be updated with the new version name, including history entries for bugs from subprojects in the case where versions are inherited from parents. This has the same potential edge case as previous commits in this area, such that any child project that contains a duplicate version name will have entries updated in that child project even if that's not the desired behavior. However, this is the best option until versions can be migrated to using integer IDs the same as categories were. |
Affected Issues 0011641 |
|
| mod - core/version_api.php | Diff File | ||
related to
child of
duplicate of