MantisBT: master-1.2.x 802e5596

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-07-02 04:34 master-1.2.x 23c71412
Affected Issues  0014412: Calling mc_issue_update creates erroneous "Note View State changed" items in history (issue #13377 not fixed)
Changeset

SOAP API: calling mc_issue_update unduly updated bugnotes

History shows 'Note View State changed' even though it has not been
modified, and if time tracking is enabled the bugnote's last_updated
date is changed.

This was caused by a type-strict comparison of the value returned by the
api (string) to an integer.

Fixes 0014412

mod - api/soap/mc_issue_api.php Diff File