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

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
lchydp
Posts: 38
Joined: 11 Apr 2013, 14:21
Location: China

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

Post 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 3784 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 3784 times
Is there sth. wrong with my configuration?
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post 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;
Please use Search before posting and read the Manual
lchydp
Posts: 38
Joined: 11 Apr 2013, 14:21
Location: China

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

Post 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;
Post Reply