Page 1 of 1

no one can repoen an issue

Posted: 13 Jun 2018, 11:05
by myroullad
For some reason no user is allowed to reopen an issue.They get a message saying "access denied". I believe our settings are correct (see attachment)

Re: no one can repoen an issue

Posted: 13 Jun 2018, 11:33
by atrol
myroullad wrote: 13 Jun 2018, 11:05 For some reason no user is allowed to reopen an issue.
Am I understand right: There is not any user (reporter, developer, manager, ...) who is able to reopen any issue on any project?
If so, which version of MantisBT do you use?
Do you have any plugins installed?
Did you change any source for Mantis?
Do you use any custom function?

Re: no one can repoen an issue

Posted: 14 Jun 2018, 08:34
by myroullad
I apologize. It seems that only reporters are not able to reopen an issue.
Our version is 2.14.0
We did not change any source of Mantis and no plug ins were added.

Re: no one can repoen an issue

Posted: 14 Jun 2018, 09:11
by atrol
I see just globally changed settings (marked blue)
Maybe there are also project specific settings (would be marked green)
Did you select the affected project from project selection list when taking the screen shot or was "All Projects" selected?

Re: no one can repoen an issue

Posted: 14 Jun 2018, 11:41
by myroullad
The screenshot was from the specific project.
The behavior is the same though for all projects.

Re: no one can repoen an issue

Posted: 14 Jun 2018, 12:24
by atrol
Do you use public or private projects?

Re: no one can repoen an issue

Posted: 15 Jun 2018, 13:20
by myroullad
private

Re: no one can repoen an issue

Posted: 21 Jun 2018, 11:49
by myroullad
I believe I found the reason this happens! if you try to reopen an issue and enter a comment then it says "access denied". If you do not enter a comment then it allows you to reopen it.

Re: no one can repoen an issue

Posted: 21 Jun 2018, 12:00
by atrol
I am pretty sure I tried also adding a comment when trying to reproduce your issue.
But seems I had some different settings. I will check again later today or tomorrow.

Re: no one can repoen an issue

Posted: 21 Jun 2018, 13:47
by atrol
I don't have time at the moment to have a deeper look.

There are some code changes in 2.15.0 that are related to status changes and notes https://github.com/mantisbt/mantisbt/co ... 52f64d6b43
You should try if upgrading to 2.15.0 fixes the issue.
You could also try in a first step if changing line 382 of bug_update.php (replace != by ==) fixes the issue.

Re: no one can repoen an issue

Posted: 26 Jun 2018, 08:58
by myroullad
thank you very much for you time. We will give it a try and let you know!