View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0014788 | mantisbt | change log | public | 2012-10-06 19:03 | 2014-09-23 18:05 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.12 | ||||
| Target Version | 1.2.12 | Fixed in Version | 1.2.12 | ||
| Summary | 0014788: Change Log must consistently rely on fixed_in_version | ||||
| Description | Change Log uses target_version instead of fixed_in_version to manage issues' parent/child relationships. This causes unexpected behavior when target version does not match fixed in version. The SQL which retrieves the changelog issues should not rely on target_version. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 6ad38733 2012-10-06 12:37 Details Diff |
Change Log must consistently rely on fixed_in_version Change Log used target_version instead of fixed_in_version to manage issues' parent/child relationships. This caused unexpected behavior when target version did not match fixed in version. The SQL which retrieves the changelog issues now relies on fixed_in_version. Fixes 0014788 |
Affected Issues 0014788 |
|
| mod - changelog_page.php | Diff File | ||
|
MantisBT: master-1.2.x 34e71865 2012-10-06 12:37 Details Diff |
Change Log must consistently rely on fixed_in_version Change Log used target_version instead of fixed_in_version to manage issues' parent/child relationships. This caused unexpected behavior when target version did not match fixed in version. The SQL which retrieves the changelog issues now relies on fixed_in_version. Fixes 0014788 |
Affected Issues 0014788 |
|
| mod - changelog_page.php | Diff File | ||
|
MantisBT: master-2.0.x a602348d 2012-10-12 13:39 Paul Richards Details Diff |
Change Log must consistently rely on fixed_in_version Change Log used target_version instead of fixed_in_version to manage issues' parent/child relationships. This caused unexpected behavior when target version did not match fixed in version. The SQL which retrieves the changelog issues now relies on fixed_in_version. Fixes 0014788 Conflicts: changelog_page.php |
Affected Issues 0014788 |
|
| mod - changelog_page.php | Diff File | ||