View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008440 | mantisbt | bugtracker | public | 2007-10-03 10:08 | 2007-10-03 10:08 |
| Reporter | JohnWashburn | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Product Version | 1.0.8 | ||||
| Summary | 0008440: Even if all the versions of a project are unreleased the field, Product Version, is presented on several bug screens | ||||
| Description | There is code to display or supress the display of the bug field, version, with the label, Product Version, depending on if there are any versions defined for the product. This field should be displayed only if there are RELEASED versions defined for the project. | ||||
| Steps To Reproduce | 1) Create a test project at this point the category Product Version shows on both the advanced and simple bug report pages. | ||||
| Additional Information | The following code $t_show_version = ( ON == config_get( 'show_product_version' ) ) appears in the following files: bug_update_advanced_page.php If the all of the version defined for the current project are unreleased then the field, product version, appears on the MANTIS page, but the list of available versions which appears in the dropdown list is empty. I think the line: This will show the product verion field on the screen if the count of RELEASED versions is greater than zero. | ||||
| Tags | No tags attached. | ||||