View Issue Details

IDProjectCategoryView StatusLast Update
0003811mantisbtbugtrackerpublic2004-07-08 07:39
ReporterApel Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version0.19.0a1 
Summary0003811: allow private flag to be unset on resolved bugs
Description

A resolved bug has to be reopened to be able to set it to public.

Additional Information

The scenario is this:
A security related bug is reported and thus is set to private.
The problem is fixed and the bug set to resolved.
As soon as the update is deployed the bug should be set to public.

TagsNo tags attached.

Activities

vboctor

vboctor

2004-05-17 07:52

manager   ~0005520

The following was implemented and committed to CVS. This will be included in 0.19.0.

  • New Config: bug_readonly_status_threshold (default RESOLVED). Status threshold after which the issue is considered readonly.
  • New Config: update_readonly_bug_threshold (default MANAGER). Status threshold after which the user is allowed to edit readonly issues.
  • bug_resolved_status_threshold is now used rather than the hard-coded RESOLVED status when a bug is resolved.

The above options should give enough flexibility to achieve what you need.