View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011114 | mantisbt | plug-ins | public | 2009-11-03 10:01 | 2014-09-23 18:05 |
| Reporter | sebdelyon | Assigned To | dregad | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.0rc2 | ||||
| Target Version | 1.2.12 | Fixed in Version | 1.2.12 | ||
| Summary | 0011114: XML Import/Export : unable to associate with category created in the main project | ||||
| Description | The current version only allows to associate issue with category created in the current project. | ||||
| Additional Information | To have the possibity to use inherited categories, you have to operate the following changes into issue.php file replace (line 76): if( $this->keepCategory_ ) { if( $t_categoryid !== false ) { } by : if( $this->keepCategory_ ) { if( $t_categoryid !== false ) { | ||||
| Tags | patch | ||||
|
MantisBT: master-1.2.x f156fb1e 2012-09-18 02:15 Details Diff |
XmlImportExport: Allow import of inherited categories Fixes 0011114 |
Affected Issues 0011114 |
|
| mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||
|
MantisBT: master b7acce28 2012-09-18 02:15 Details Diff |
XmlImportExport: Allow import of inherited categories Fixes 0011114 |
Affected Issues 0011114 |
|
| mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||