Page 1 of 1

Native Fields

Posted: 16 Sep 2011, 17:28
by jijimba
I would like to customize the native fields on the Report Issue page. I have been trying to do it without any success

Please Help

Re: Native Fields

Posted: 19 Sep 2011, 12:17
by andrea.mills
what kind of customizations? renaming fields? adding new ones? adding new validation rules?

Re: Native Fields

Posted: 01 Dec 2011, 09:06
by WSteelix
Hi,

I would like to know how to rename those native fields. Specially for my case, it's those Profile-related part, in which I would like to change those into Browser name and Version instead of OS like it is at the moment. Thanks a lot! :)

Re: Native Fields

Posted: 01 Dec 2011, 21:17
by atrol
Create a file custom_strings_inc.php with the following content in the root directory of your MantisBT installation

Code: Select all

<?php
$s_os = 'Browser';
$s_os_version = 'Browser Version';

Re: Native Fields

Posted: 05 Dec 2011, 07:21
by WSteelix
Thanks a lot for your help. It was successfully implemented. :)

Re: Native Fields

Posted: 18 Jan 2012, 08:43
by syl
Can we make it mandatory native fields ?