View Issue Details

IDProjectCategoryView StatusLast Update
0011455mantisbtapi soappublic2010-02-22 14:35
Reporternerville Assigned Torombert  
PrioritynoneSeveritytextReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.0rc2 
Fixed in Version1.2.0 
Summary0011455: Wrong comment of API SOAP function mc_project_get_attachments
Description

In the api/soap/mantisconnect.php, the comment at line 1165 is wrong :

1165 ### mc_project_get_unreleased_versions
1166 $l_oServer->register( 'mc_project_get_attachments',

It should be mc_project_get_attachments

Additional Information

Here is the patch to correct :

--- /opt/mantisbt-1.2.0rc2/api/soap/mantisconnect.php 2009-10-06 23:18:41.000000000 +0200
+++ api/soap/mantisconnect.php 2010-02-02 17:11:26.000000000 +0100

@@ -1162,7 +1227,7 @@
'Get the unreleased version that belong to the specified project.'
);

-### mc_project_get_unreleased_versions
+### mc_project_get_attachments
$l_oServer->register( 'mc_project_get_attachments',
array(
'username' => 'xsd:string',

TagsNo tags attached.

Activities

rombert

rombert

2010-02-02 16:19

reporter   ~0024290

Thanks for the report. Would you prefer submitting a git patch ( see http://docs.mantisbt.org/master/en/developers.html#DEV.CONTRIB.SUBMIT ) to get proper attribution in the git log or should I just apply the changes as they are?

Related Changesets

MantisBT: master-1.2.x 7caa2274

2010-02-19 15:35

rombert


Details Diff
Fixes 0011455: Wrong comment of API SOAP function mc_project_get_attachments Affected Issues
0011455
mod - api/soap/mantisconnect.php Diff File

MantisBT: master 8172706f

2010-02-19 15:35

rombert


Details Diff
Fixes 0011455: Wrong comment of API SOAP function mc_project_get_attachments Affected Issues
0011455
mod - api/soap/mantisconnect.php Diff File