Removing fields

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Jens

Removing fields

Post 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!
M@rce
Posts: 99
Joined: 05 May 2011, 20:46
Location: Montevideo - Uruguay

Re: Removing fields

Post 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?
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Removing fields

Post by atrol »

Please use Search before posting and read the Manual
M@rce
Posts: 99
Joined: 05 May 2011, 20:46
Location: Montevideo - Uruguay

Re: Removing fields

Post 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.
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
cas
Posts: 1768
Joined: 11 Mar 2006, 16:08
Contact:

Re: Removing fields

Post 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:
M@rce
Posts: 99
Joined: 05 May 2011, 20:46
Location: Montevideo - Uruguay

Re: Removing fields

Post by M@rce »

@cas: Okey...thanks!
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Post Reply