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.
Assign to filed on report bug form
Moderators: Developer, Contributor
Re: Assign to filed on report bug form
I am not able to reproduce this behavior with a clean installation of latest stable version 1.2.15.flhrulzierhuz wrote: Instead of this, currently, the assign to is set by default to the reporter by Mantis.
-
flhrulzierhuz
- Posts: 7
- Joined: 18 Oct 2013, 07:24
Re: Assign to filed on report bug form
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
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
As a first step I recommend to upgrade to 1.2.15. http://www.mantisbt.org/docs/master-1.2 ... LL.UPGRADEflhrulzierhuz wrote: I use MantisBT Core 1.2.0.
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
-
flhrulzierhuz
- Posts: 7
- Joined: 18 Oct 2013, 07:24
Re: Assign to filed on report bug form
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.
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
BTW, administrators can click the "Manage" link to see the installed version.flhrulzierhuz wrote:My bad, I set $g_show_version to ON. I saw :
MantisBT 1.2.15 [^]
Thanks for coming back and telling the solution.