How to hide the default fields in mantis2.5.1 (reproducibili

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Ancy
Posts: 46
Joined: 30 Jun 2017, 11:10

How to hide the default fields in mantis2.5.1 (reproducibili

Post by Ancy »

Dear All,

I thought of sharing howto remove or hide Keyfields from mantis from admin interface.

)login with Admin credentails
2)Goto Manage--> manage configurations-->Configuration report
3)Create a new configuration option /you can also choose your project and apply filters)

I removed the reproducibility and some tags views with below code

THOSE WHO WANT TO ADD CONFIGURATION OPTION
1)Choose username, project and type in value ' bug_report_page_fields' and type :- 'Complex' and then give below array value
(THOSE WHO WANT TO EDIT exiting configuration option for 'bug_report_page_fields' )
array (
0 => 'category_id',
1 => 'view_state',
2 => 'handler',
3 => 'priority',
4 => 'severity',
8 => 'product_version',
9 => 'product_build',
10 => 'target_version',
11 => 'summary',
12 => 'description',
13 => 'additional_info',
14 => 'steps_to_reproduce',
15 => 'attachments',
16 => 'due_date',
)


Please feel free to ask questions.i will try to answer.If i don't , please understand that i am also new to mantis :) :roll:
Post Reply