Fix #12928 : Expose note_type and note_attr bug note fields to the SOAP API
commit5991f5dc9c83085b2d7f1770d8e369290c9adcc8
authorRobert Munteanu <robert.munteanu@gmail.com>
Mon, 11 Apr 2011 22:06:57 +0000 (12 01:06 +0300)
committerRobert Munteanu <robert.munteanu@gmail.com>
Mon, 11 Apr 2011 22:06:57 +0000 (12 01:06 +0300)
treebe9d2d84c37620dda908a08441ced7715c5a5dba
parentc181cc1906651c14a86c38ae63db6b71fd8839e4
Fix #12928 : Expose note_type and note_attr bug note fields to the SOAP API

- include the note_attr and note_type fields in the SOAP output
- test that notes added individually, as part of new issues and as
  part of existing issues have the fields properly set
api/soap/mantisconnect.php
api/soap/mc_issue_api.php
tests/soap/IssueAddTest.php
tests/soap/IssueNoteTest.php
tests/soap/IssueUpdateTest.php