MantisBT: master-1.2.x 256ba000

Author Committer Branch Timestamp Parent
rombert rombert master-1.2.x 2009-11-09 16:02 master-1.2.x fc1b513d
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_project_api.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
mod - api/soap/mc_issue_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