Assign to filed on report bug form

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
flhrulzierhuz
Posts: 7
Joined: 18 Oct 2013, 07:24

Assign to filed on report bug form

Post by flhrulzierhuz »

Hello,

What is the way please to permit create a bug with handler to nobody (null) ?
For us, when someone reports an issue, the "assign to" field must stay to null.
Instead of this, currently, the assign to is set by default to the reporter by Mantis.

Thank you.
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Assign to filed on report bug form

Post by atrol »

flhrulzierhuz wrote: Instead of this, currently, the assign to is set by default to the reporter by Mantis.
I am not able to reproduce this behavior with a clean installation of latest stable version 1.2.15.
Please use Search before posting and read the Manual
flhrulzierhuz
Posts: 7
Joined: 18 Oct 2013, 07:24

Re: Assign to filed on report bug form

Post by flhrulzierhuz »

Thank for reply.

I use MantisBT Core 1.2.0. In config.inc.php :

$g_handle_bug_threshold = NOBODY;
$g_bug_report_page_fields = array(
'handler',
'summary',
'description',
'attachments',
);

If you can't reproduce it, it means by default, the field handler is null and that I made something changing this behaviour.
Any ideas about this change that I might have make.

Thank you
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Assign to filed on report bug form

Post by atrol »

flhrulzierhuz wrote: I use MantisBT Core 1.2.0.
As a first step I recommend to upgrade to 1.2.15. http://www.mantisbt.org/docs/master-1.2 ... LL.UPGRADE
I does not make much sense to have a look at a system which is outdated and comes with lot of known bugs.
We have fixed hundreds of bugs since 1.2.0 has been released, see our changelog http://www.mantisbt.org/bugs/changelog_page.php
Please use Search before posting and read the Manual
flhrulzierhuz
Posts: 7
Joined: 18 Oct 2013, 07:24

Re: Assign to filed on report bug form

Post by flhrulzierhuz »

My bad, I set $g_show_version to ON. I saw :
MantisBT 1.2.15 [^]

EDIT :
RESOLVED :
bug_resolved_status_threshold was not defined for projects where "assign to" was set to the "REPORTER" after reporting a bug.
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Assign to filed on report bug form

Post by atrol »

flhrulzierhuz wrote:My bad, I set $g_show_version to ON. I saw :
MantisBT 1.2.15 [^]
BTW, administrators can click the "Manage" link to see the installed version.

Thanks for coming back and telling the solution.
Please use Search before posting and read the Manual
Post Reply