Page 1 of 1

Assign to filed on report bug form

Posted: 18 Oct 2013, 07:44
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.

Re: Assign to filed on report bug form

Posted: 18 Oct 2013, 08:11
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.

Re: Assign to filed on report bug form

Posted: 18 Oct 2013, 08:29
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

Re: Assign to filed on report bug form

Posted: 18 Oct 2013, 09:30
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

Re: Assign to filed on report bug form

Posted: 18 Oct 2013, 09:59
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.

Re: Assign to filed on report bug form

Posted: 18 Oct 2013, 21:41
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.