MantisBT: master-1.2.x 75bfe81c

Author Committer Branch Timestamp Parent
rombert rombert master-1.2.x 2011-05-27 07:56 master-1.2.x 2125512b
Affected Issues  0010323: mc_issue_update() will set optional fields to default values rather than leave them with current values
Changeset

SOAP API: Issue updates only set the provided fields

When updating an issue the issue is first loaded from the database and
then only the provided fields are used to update it. The sponsorship
total is no longer updated since it is a computed field and should not
be manipulated directly.

Fixes 0010323: mc_issue_update() will set optional fields to default
values rather than leave them with current values

mod - api/soap/mc_issue_api.php Diff File