View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012667 | mantisbt | bugtracker | public | 2011-01-07 15:44 | 2011-09-16 11:03 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | high | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.3 | ||||
| Target Version | 1.2.5 | Fixed in Version | 1.2.5 | ||
| Summary | 0012667: Moving issues between projects doesn't update the category | ||||
| Description | If an issue with category GUI is moved from Project A to Project B (where both have the category defined as non-global), then the issue will show the category name in the view page as "[Project A] GUI" even though the issue now belongs to project B. Also if the user edits the issue, the first category is selected from the list since "[Project A] GUI" is not a valid entry. The proposed fix is as follows:
| ||||
| Tags | No tags attached. | ||||
| related to | 0005034 | closed | vboctor | On move project you can't specify the category you'd like to move to |
| related to | 0010325 | confirmed | Move should have the option of changing categories | |
| related to | 0006763 | closed | vboctor | when try to "move" an issue, only "project" can be changed, however, there is no way to update "category" |
| has duplicate | 0007518 | closed | vboctor | Move issue with specified category to project without categories |
| has duplicate | 0004671 | closed | vboctor | Problems with categories after issue move |
| has duplicate | 0009641 | closed | vboctor | Categories dont get reassigned when moving issues |
| has duplicate | 0012896 | closed | atrol | Issues are moved without updating the category-id |
| related to | 0013233 | new | Allow status change upon moving tickets to another project |
|
MantisBT: master-1.2.x a25d69fc 2011-01-07 15:55 Details Diff |
Fix 0012667: Moving issues between projects doesn't update the category If an issue with category GUI is moved from Project A to Project B (where both have the category defined as non-global), then the issue will show the category name in the view page as "[Project A] GUI" even though the issue now belongs to project B. Also if the user edits the issue, the first category is selected from the list since "[Project A] GUI" is not a valid entry. The proposed fix is as follows: 1. If the category is global, then leave as is. 2. If the category has a match by name in the target project, then switch to that. 3. If the category doesn't have a match by name in the target project, then move a configured default global category (by default "General"). |
Affected Issues 0012667 |
|
| mod - bug_actiongroup.php | Diff File | ||
| mod - docbook/adminguide/en/configuration.sgml | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
|
MantisBT: master 8e303d2c 2011-01-07 15:55 Details Diff |
Fix 0012667: Moving issues between projects doesn't update the category If an issue with category GUI is moved from Project A to Project B (where both have the category defined as non-global), then the issue will show the category name in the view page as "[Project A] GUI" even though the issue now belongs to project B. Also if the user edits the issue, the first category is selected from the list since "[Project A] GUI" is not a valid entry. The proposed fix is as follows: 1. If the category is global, then leave as is. 2. If the category has a match by name in the target project, then switch to that. 3. If the category doesn't have a match by name in the target project, then move a configured default global category (by default "General"). |
Affected Issues 0012667 |
|
| mod - docbook/Admin_Guide/en-US/Configuration.xml | Diff File | ||
| mod - bug_actiongroup.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||