View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003438 | mantisbt | feature | public | 2003-12-01 11:23 | 2014-10-02 18:21 |
| Reporter | kond | Assigned To | grangeway | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0003438: feature request: change status field | ||||
| Description | It would be useful to show resolution reason it the status field for resolved and closed bugs. | ||||
| Additional Information | Please comment on this request: | ||||
| Tags | No tags attached. | ||||
|
See issue 0003834. |
|
|
I'm not PHP programmer :), but I've just changed Mantis 1.0.0a2 to do that. It works but would be really nice to implement this feature by mantis team. 1) In file core/columns_api.php in function "print_column_status" replace the first printf with: printf( '<a title="%s">%s</a>' 2) to config_inc.php add line $g_show_resolution_instead_status = 80; |
|
|
This can be achieved in newer versions of mantis by using the column customisation functionality and adding 'resolution' as an additional column. |
|