MantisBT: master dc3958c5

Author Committer Branch Timestamp Parent
rombert rombert master 2009-11-04 17:09 master e17493a2
Affected Issues  0011015: mc_issue_update erases 'Due date' field
Changeset

Fixes 0011015: mc_issue_update erases 'Due date' field

The due_date is now properly encoded , carrying the xsi:nil annotation
if applicable.

A test has been added to verify the presence of the attribute, which
is required by some SOAP frameworks, notably Axis.

mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
mod - tests/soap/IssueAddTest.php Diff File