View Issue Details

IDProjectCategoryView StatusLast Update
0003505mantisbtbugtrackerpublic2004-07-08 07:18
ReporterArie Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.3 
Fixed in Version0.19.0a1 
Summary0003505: add a BugNote to a resolved bug
Description

Once a bug is "Resolved" its impossible to add any notes to it. It could be nice to have this option available even when the bug is "Resolved/closed".

Additional Information

my email: arie@microspec.co.il

TagsNo tags attached.

Activities

ndeboer

ndeboer

2004-01-13 09:51

reporter   ~0004878

Have a look at the configuration parameter '$g_bug_resolved_status_threshold'. If you set it to 'CLOSED', you can add bugnotes if it is resolved. If you set it to a higher value (see 'core/constant_inc.php' for details) you can also add bugnotes to closed bugs.

vboctor

vboctor

2004-05-17 07:51

manager   ~0005519

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.