View Issue Details

IDProjectCategoryView StatusLast Update
0010066mantisbtadministrationpublic2010-04-23 23:21
Reportermmger Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.1.6 
Summary0010066: g_allow_reporter_close has no effect
Description

Hi everybody,

i updated from 1.1.4 to 1.1.6 and now there isn't any button to close a ticket if you are the reporter. I set the g_allow_reporter_close to ON (config_inc.php) but is has no effect. On version 1.1.4 g_allow_reporter_close was OFF, too.

Any ideas?

TagsNo tags attached.

Relationships

duplicate of 0007325 feedback project dependent "Allow Reporter to close Issue" has no effect, or? 

Activities

AlbertEin

AlbertEin

2009-01-22 11:40

reporter   ~0020685

Last edited: 2009-01-22 11:47

Try:
$g_bug_readonly_status_threshold = 81;

This seems to be needed since the fix to: http://www.mantisbt.org/bugs/view.php?id=9893

I'm not sure is this is completly right, because the default read only shreshold is 80, so, by default you cannot let your reporters close the bugs unless you edit the readonly threshold and set the option on the poject.