View Issue Details

IDProjectCategoryView StatusLast Update
0010816mantisbtbugtrackerpublic2009-10-07 14:19
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010816: 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.

TagsNo tags attached.

Relationships

has duplicate 0010891 closeddhx view_all_bug_page.php : Projection column does not correctly display language strings 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 5d715a48

2009-08-08 00:04

dhx


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

dhx


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