View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012932 | mantisbt | api soap | public | 2011-04-12 09:33 | 2013-04-06 08:23 |
| Reporter | rombert | Assigned To | rombert | ||
| Priority | high | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.5 | ||||
| Target Version | 1.2.6 | Fixed in Version | 1.2.6 | ||
| Summary | 0012932: Error triggered when adding a task relationship | ||||
| Description | When creating a relationship using mc_issue_relationship_add, bug_update_date references the inexistent $p_test_issue_id variable, whereas it should be $t_dest_issue_id . This causes the SOAP call to error out, but the bug and the relationships are created anyway. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
MantisBT: master 7582dab4 2011-04-12 16:06 Details Diff |
Fix 0012932 : Error triggered when adding a task relationship - correct the undefined variable access when adding a task relationship - regression tests added for creating and deleting relationships - bump the update date of the destination bug when deleting a relationship |
Affected Issues 0012932 |
|
| mod - tests/soap/AllTests.php | Diff File | ||
| mod - api/soap/mc_issue_api.php | Diff File | ||
| add - tests/soap/RelationshipTest.php | Diff File | ||
|
MantisBT: master-1.2.x 933219ed 2011-04-12 16:06 Details Diff |
Fix 0012932 : Error triggered when adding a task relationship - correct the undefined variable access when adding a task relationship - regression tests added for creating and deleting relationships - bump the update date of the destination bug when deleting a relationship |
Affected Issues 0012932 |
|
| mod - tests/soap/AllTests.php | Diff File | ||
| add - tests/soap/RelationshipTest.php | Diff File | ||
| mod - api/soap/mc_issue_api.php | Diff File | ||