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!
Removing fields
Moderators: Developer, Contributor
Re: Removing fields
To that option, you could insert into config_inc.php the next line:Jens wrote:...I'd like to remove the Select Profile, Platform, OS, OS Version...
#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
Aristóteles
Re: Removing fields
http://www.mantisbt.org/forums/viewtopi ... 479#p50482
Remove "handler" from the list
Remove "handler" from the list
Re: Removing fields
Yes, I did this...and works!!atrol wrote:http://www.mantisbt.org/forums/viewtopi ... 479#p50482
Remove "handler" from the list
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
Aristóteles
Re: Removing fields
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" 
Re: Removing fields
@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
Aristóteles