Modifying mantis variables

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
mohadesz
Posts: 8
Joined: 13 Sep 2010, 18:07

Modifying mantis variables

Post by mohadesz »

Dear all,

I have a quick question in regards to making changes to the mantis variables.

I am wondering if there is any way that I could remove some of the fields such as reproducibility completely or if I could add/remove some of the values in the drop-down for this variable?

I have added $g_csv_columns = array ( 'id', 'project_id', 'reporter_id', 'handler_id', 'priority', 'severity','version', 'projection', 'category', 'date_submitted', 'eta', 'os', 'os_build', 'platform', 'view_state', 'last_updated', 'summary', 'status', 'resolution', 'fixed_in_version', 'duplicate_id' );
to config_inc.php and removed the reproducibility from it. but it still doesn't work!

I highly appreciate your help with this!

regards,
daniel
atrol
Site Admin
Posts: 8580
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Modifying mantis variables

Post by atrol »

Please use Search before posting and read the Manual
Post Reply