View Issue Details

IDProjectCategoryView StatusLast Update
0011253mantisbtbugtrackerpublic2010-02-22 14:35
Reporterwdargel Assigned Tojreese  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0rc2 
Fixed in Version1.2.0 
Summary0011253: Cannot enable projection on view/update page without enabling product_build
Description

Setting $g_enable_projection = ON; allows the column to be displayed on the view issues list, but does not make it appear on the view or update pages without also setting $g_enable_product_build = ON;

Additional Information

The function columns_filter_disabled() in core/columns_api.php is missing break's in the switch statement, making eta dependent on projection & build being enabled and making projection dependent on build being enabled.

TagsNo tags attached.

Activities

jreese

jreese

2009-12-03 08:59

reporter   ~0023842

Fix committed to 1.2.x and master branches.

Related Changesets

MantisBT: master-1.2.x 53428442

2009-12-03 08:57

jreese


Details Diff
Fix 0011253: Projection column not shown correctly Affected Issues
0011253
mod - core/columns_api.php Diff File

MantisBT: master 09b1691c

2009-12-03 08:57

jreese


Details Diff
Fix 0011253: Projection column not shown correctly Affected Issues
0011253
mod - core/columns_api.php Diff File