View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010816 | mantisbt | bugtracker | public | 2009-08-07 23:58 | 2009-10-07 14:19 |
| Reporter | dhx | Assigned To | dhx | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | git trunk | ||||
| Target Version | 1.2.0rc2 | Fixed in Version | 1.2.0rc2 | ||
| Summary | 0010816: Projection column shows integer value instead of string | ||||
| Description | When you enable the projection column through account_manage_columns_page, the view issues list only shows the integer value of the projection field rather than the string/text value. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.2.x 5d715a48 2009-08-08 00:04 Details Diff |
Fix 0010816: projection column shows integer value When you enable the projection column through account_manage_columns_page, the view issues list only shows the integer value of the projection field rather than the string/text value. This fixes the problem by adding the missing print_column_projection function that does the integer value -> enum string lookup. |
Affected Issues 0010816 |
|
| mod - core/columns_api.php | Diff File | ||
|
MantisBT: master 1d3f8617 2009-08-08 00:04 Details Diff |
Fix 0010816: projection column shows integer value When you enable the projection column through account_manage_columns_page, the view issues list only shows the integer value of the projection field rather than the string/text value. This fixes the problem by adding the missing print_column_projection function that does the integer value -> enum string lookup. |
Affected Issues 0010816 |
|
| mod - core/columns_api.php | Diff File | ||