View Issue Details

IDProjectCategoryView StatusLast Update
0012932mantisbtapi soappublic2013-04-06 08:23
Reporterrombert Assigned Torombert  
PriorityhighSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.5 
Target Version1.2.6Fixed in Version1.2.6 
Summary0012932: 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.

TagsNo tags attached.
Attached Files

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036439

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master 7582dab4

2011-04-12 16:06

rombert


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

rombert


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