View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035078 | mantisbt | bugtracker | public | 2024-12-03 22:30 | 2024-12-30 11:06 |
Reporter | mfzleman | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | no change required | ||
Product Version | 2.26.3 | ||||
Summary | 0035078: Unable to reopen the issue | ||||
Description | Hi! I am having an issue where i am not able to select 'reopened' resolution whenever i want to reopen my issue and it will appear this kind of error. my custom setting for status as below: a. file custom_strings_inc.php b. file config_inc.php | ||||
Steps To Reproduce | Step 1 - Select issue | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Think of Resolution as a sub-Status; the two fields are linked. It does not semantically make sense for an Issue to be resolved and reopened at the same time, and this is the reason why you get this error. Resolved issues normally have a Reopen button (see screenshot, actual visibility depends on $g_reopen_bug_threshold and $allow_reporter_reopen), which will change the status to $g_bug_reopen_status and set the Resolution to reopened ($g_bug_reopen_resolution). This is the implemented logic - refer to 0015653 for further details (particularly note 0015653:0037180:
This is not a bug, resolving as no change required. |
|