View Issue Details

IDProjectCategoryView StatusLast Update
0005328mantisbtcustomizationpublic2014-10-09 16:25
Reporterdkroft Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version0.19.2 
Summary0005328: ability to make standard fields optional and/or hidden
Description

we have implemented mantis (love it!) as a ticket/request manager for a small group.
some of the standard fields do not really apply for several categories of requests.
i would like to:

  • based on the project,
  • set default values for some of the standard fields (reproducibility, severity, etc)
  • not display certain fields (view status, reproducibility)
Additional Information

i have already begun some code, but want to avoid reinventing.
i am thinking along the lines of:

  • an item in the config_inc.php
  • $g_request_omit_standard_field[project][field] = default_value;

then while rendering the html for the request form,
check if the project/field is in this array,
and if so, set the default value and set the hidden tag.

TagsNo tags attached.

Activities

grangeway

grangeway

2014-10-09 16:24

reporter   ~0041494

Most fields can be disabled in 1.2.

We should make a list and add patches for fields that are not yet configurable.