View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007009 | mantisbt | change log | public | 2006-05-01 05:42 | 2006-09-12 00:52 |
| Reporter | ericchappuis | Assigned To | vboctor | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.1 | ||||
| Fixed in Version | 1.1.0a1 | ||||
| Summary | 0007009: Fixed_in_version abbreviated hide version in Change Log | ||||
| Description | when updating a bug, long version are abbreviated with ... Version PHASE2_VERSION2/build-P20-7/20060428043258 is made shorter to PHASE2_VERSION2/build-...20060428043258 The same value is stored in the mantis_bug_table for the fixed_in_version field and is therefore not seen in change log Did not appeared in version 0.19, visible since migration to 1.0.1 | ||||
| Additional Information | SELECT id, fixed_in_version SELECT id, version +----+-------------------------------------------------+ | ||||
| Tags | No tags attached. | ||||
|
small idea for fixing : in core/print_api.php function print_version_option_list( $p_version='', $p_project_id = null, |
|
|
Tested, this change works. foreach( $versions as $version ) { |
|
|
Following is the applied fix: foreach( $versions as $version ) { |
|