MantisBT: master 1d3f8617

Author Committer Branch Timestamp Parent
dhx dhx master 2009-08-08 00:04 master dccaf9aa
Affected Issues  0010816: Projection column shows integer value instead of string
Changeset

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.

mod - core/columns_api.php Diff File