View Issue Details

IDProjectCategoryView StatusLast Update
0010618mantisbtcustomizationpublic2009-06-23 15:26
Reporterdhx Assigned Todhx  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Target Version1.2.0rc1Fixed in Version1.2.0rc1 
Summary0010618: Add option to disable projection field
Description

This is really the last "optional" field that users may like to disable, but currently can't. We can already disable the ETA field, product build field, etc so it makes sense to allow for disabling the projection field as well.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 73ab2ee2

2009-06-23 08:18

dhx


Details Diff
Add option to hide projection field

Fixes bug 0010618.

We've had options $g_enable_eta and $g_enable_product_build for some
time now. This patch adds a similar option to hide display of the
projection field. The aim of this patch was to match the implementation
of the options for the eta and product build fields as closely as
possible.

Ideally in the future, a better solution needs to be created for
disabling or adjusting the settings of these non-essential fields.
Possibly moving to custom fields would be a better idea. I consider this
patch an interim fix.
Affected Issues
0010618
mod - bug_update_advanced_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - bug_view_advanced_page.php Diff File