View Issue Details

IDProjectCategoryView StatusLast Update
0004479mantisbtbugtrackerpublic2004-09-12 08:27
Reportertomc Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0rc1 
Fixed in Version0.19.0 
Summary0004479: Reporters can't close or reopen issues they reported
Description

With $g_allow_reporter_close and $g_allow_reporter_reopen set ON reporters can't close issues they reported after they're marked resolved.
"Close Issue" button is not visible, and after press of "Reopen Issue" button "Access Denied" shows.

This was tested on our production bugtrack and on clean database created with 0.19.0rc1 scripts and only $g_allow_reporter_close and $g_allow_reporter_reopen added in config_inc.php

Closing and reopening was working in 0.19.0a2

TagsNo tags attached.

Relationships

has duplicate 0004486 closedvboctor Closing, reopening and assigning bugs permissions - unable to set up this correctly 

Activities

thraxisp

thraxisp

2004-09-03 22:50

reporter   ~0007433

The handling for reporter close is missing.

thraxisp

thraxisp

2004-09-04 00:06

reporter   ~0007434

fixed in CVS.

Added checks for allow_reporter_reopen and allow_reporter_close if the bug is being changed by the reporter.

thraxisp

thraxisp

2004-09-04 07:38

reporter   ~0007437

One more thought.

The "feedback" or what ever state you reopen to needs to be in the workflow. That is $g_status_enum_workflow[RESOLVED] ='20:feedback,50:assigned,60:to be tested,80:resolved,90:closed';