Page 1 of 1

Removing fields

Posted: 05 Aug 2005, 18:28
by Jens
Is there an option to remove certain fields from the "Report Issue" page? I'd like to remove the Select Profile, Platform, OS, OS Version and Assing to fields.

Thanks in advance!

Re: Removing fields

Posted: 21 Nov 2012, 18:33
by M@rce
Jens wrote:...I'd like to remove the Select Profile, Platform, OS, OS Version...
To that option, you could insert into config_inc.php the next line:

#Disable Profiles fields (Platform, OS, OS Version)
$g_enable_profiles = OFF;

To hide "assing to" field, I have the same doubt :-(

Anybody can help us?

Re: Removing fields

Posted: 21 Nov 2012, 21:02
by atrol

Re: Removing fields

Posted: 22 Nov 2012, 11:18
by M@rce
atrol wrote:http://www.mantisbt.org/forums/viewtopi ... 479#p50482
Remove "handler" from the list
Yes, I did this...and works!!

Thanks and regards.

Re: Removing fields

Posted: 23 Nov 2012, 07:30
by cas
You also can set $g_update_bug_assign_threshold to a level higher than Reporter, Then the AssignTo field will also not appear for those that only have access level "reporter" :wink:

Re: Removing fields

Posted: 23 Nov 2012, 12:22
by M@rce
@cas: Okey...thanks!