MantisBT: master a97334ab

Author Committer Branch Timestamp Parent
dregad dregad master 2015-02-04 07:29 master 7629ad85
Affected Issues  0019345: Error when custom field is specified only by its name (no id provided)
Changeset

SOAP: fix various errors with custom fields

This commit fixes several occurences of errors, warnings and PHP notices
when updating custom fields via SOAP API.

Adding a check to ensure the CF specification includes 'field', either
'name' or 'id' (which must be != 0), and 'value'. If invalid, a specific
SOAP fault is returned.

Fixes 0019345

mod - api/soap/mc_custom_field_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File