Skip to content

Commit

Permalink
Correct WSDL declaration for IssueData.monitors
Browse files Browse the repository at this point in the history
Bug: #8558 ( SOAP API needs ability to Monitor a Task )
  • Loading branch information
rombert committed Feb 13, 2011
1 parent f46bd25 commit 1ee7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/soap/mantisconnect.php
Expand Up @@ -284,7 +284,7 @@
'notes' => array( 'name' => 'notes', 'type' => 'tns:IssueNoteDataArray', 'minOccurs' => '0' ),
'custom_fields' => array( 'name' => 'custom_fields', 'type' => 'tns:CustomFieldValueForIssueDataArray', 'minOccurs' => '0' ),
'due_date' => array( 'name' => 'due_date', 'type' => 'xsd:dateTime', 'minOccurs' => '0' ),
'monitors' => array( 'name' => 'monitors', 'type' => 'AccountDataArray', 'minOccurs' => '0')
'monitors' => array( 'name' => 'monitors', 'type' => 'tns:AccountDataArray', 'minOccurs' => '0')
)
);

Expand Down

0 comments on commit 1ee7db9

Please sign in to comment.