View Issue Details

IDProjectCategoryView StatusLast Update
0003837mantisbtbugtrackerpublic2004-07-08 07:25
Reporterjjsil Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.3 
Fixed in Version0.19.0a1 
Summary0003837: Bugs can be edited after being closed
Description

If you click on the pencil icon in the View Bugs page you can edit a bug regardless of it status, even if it is closed.
Since this seems to be in place for some time (I've seen it in 0.18.0 and 0.18.3), I wonder if it is really a bug or if it supposed to be like this.

Additional Information

I have a fix for it, adding the following code in bug_update.php after line 25

Check if the bug has been resolved

if ( bug_get_field( $f_bug_id, 'status' ) >= config_get( 'bug_resolved_status_threshold' ) ) {

@@@ The error should be more generic.

trigger_error( ERROR_BUG_RESOLVED_ACTION_DENIED, ERROR );

}

TagsNo tags attached.

Activities

vboctor

vboctor

2004-05-17 07:54

manager   ~0005523

Fixed in CVS and will be included in 0.19.0.