View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012103 | mantisbt | preferences | public | 2010-06-21 06:42 | 2011-08-05 02:12 |
| Reporter | watergad | Assigned To | dhx | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.1 | ||||
| Summary | 0012103: g_reopen_bug_threshold - config parameter defined but reopen doesn't check it | ||||
| Description | config_default_inc.php:
So this option allows bug reopening for the specified access level (all bugs, independently of $g_allow_reporter_reopen). But when we try to reopen smb. else's bug we see 'reopen' button, press it, and get 'Access denied' reply. It happens because of bug_update.php, line 73: if ( !( I suppose there must be an additional check for the $g_reopen_bug_threshold: if ( !( Add this to the future releases please if it's really bug and not my misunderstanding of the $g_reopen_bug_threshold principles. | ||||
| Tags | No tags attached. | ||||
|
Sorry, debug comment pasted in the code (: P.S. line number is for the outdated -dev build, so searching for the string would be better |
|
|
Thanks for the detailed report. I have already fixed this as part of 0009828 and 0012097 and I'll commit and backport it soon. I'm just doing some final testing to make sure the refactored bug_update.php works :) |
|