Page 1 of 1

Custom Form for Reporter role

Posted: 07 Mar 2012, 13:19
by joarobles
Is there a way to show less fields in the "Report Bug" form if the user role is "reporter"?
I would only like to show the required fields, such as "Category", "Subject" and "Description"..
Thanks in advance

Mantis Version: 1.2.4
Schema Version: 183

Re: Custom Form for Reporter role

Posted: 07 Mar 2012, 20:32
by istvanb
You have to modify the source code to do this.

Re: Custom Form for Reporter role

Posted: 07 Mar 2012, 22:19
by atrol
Idea of a (maybe not acceptable) workaround without changing source code.

Use page Manage > Manage Configuration > Configuration Report to set bug_report_page_fields for all users to a limited collection of fields
Now the bad part:
Use n-times page Manage > Manage Configuration > Configuration Report to set bug_report_page_fields for all other users (which means for every single other user)

This might be an acceptable approach if there are hundreds of reporters, five developers, one manager and one administrator.