Page 1 of 1

I can't select the product version when I report an issue

Posted: 13 Apr 2013, 08:55
by lchydp
Hello everyone!
My MantisBT version is 1.2.14.
I have created an account whose role is reporter and I didn't modify the default authority of this role.Also I have added this account and product versions into a project.
When I report an issue by the reporter's account.I can't select the product version,nothing is in the drop-down list.
10.png
10.png (13.91 KiB) Viewed 3781 times
But when I do the same thing by the administrator's account,I can select it.
11.png
11.png (3.29 KiB) Viewed 3781 times
Is there sth. wrong with my configuration?

Re: I can't select the product version when I report an issu

Posted: 14 Apr 2013, 06:27
by atrol
The default setting is that only developers and above are able to report to unreleased versions.
Seems that all your versions are not set to released.

You can set them to released or allow also reporters to report issues for unreleased versions.
To change this add the following line to file config_inc.php

Code: Select all

$g_report_issues_for_unreleased_versions_threshold = REPORTER;

Re: I can't select the product version when I report an issu

Posted: 16 Apr 2013, 08:54
by lchydp
Oh,I see.Thank you very much!
atrol wrote:The default setting is that only developers and above are able to report to unreleased versions.
Seems that all your versions are not set to released.

You can set them to released or allow also reporters to report issues for unreleased versions.
To change this add the following line to file config_inc.php

Code: Select all

$g_report_issues_for_unreleased_versions_threshold = REPORTER;