SOAP API: Issue updates only set the provided fields
commit4ccdf6867cb07f13e9408998989f689857a1eea5
authorRobert Munteanu <robert.munteanu@sdc.ro>
Fri, 27 May 2011 11:56:30 +0000 (27 14:56 +0300)
committerRobert Munteanu <robert.munteanu@sdc.ro>
Fri, 27 May 2011 12:40:34 +0000 (27 15:40 +0300)
tree76881583ca683fefd0793d48cc18ee11ba066893
parentc5610d6fe9919fb90ddc61556a45f638e6f0306d
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 #10323: mc_issue_update() will set optional fields to default
values rather than leave them with current values
api/soap/mc_issue_api.php