MantisBT: master 222e1e8b

Author Committer Branch Timestamp Parent
rombert rombert master 2009-11-09 16:02 master d4ebd61b
Affected Issues  0011137: Error when trying to retrieve bug via SOAP that is not in a category
Changeset

Fixes 0011137: Error when trying to retrieve bug via SOAP that is not in a category

Fixes and add test cases for:

  • creating an issue with no category
  • updating an issue to have no category
  • retrieving an issue with no category

Also fixes:

  • getting filter issues
  • getting filter issue headers
  • getting project issues
  • getting project issue headers
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/SoapBase.php Diff File
mod - api/soap/mc_filter_api.php Diff File