MantisBT: master-1.2.x 43c39d75

Author Committer Branch Timestamp Parent
vboctor vboctor master-1.2.x 2014-10-21 18:25 master-1.2.x 2c93b0df
Affected Issues  0017763: mc_issue_update() email notification doesn't include added notes
Changeset

mc_issue_update() email missing latest notes

The mc_issue_update() could result in updating or adding notes to the issue. Earlier in the method the issue and issue notes are loaded and cached. Then notes are updated. Then email API is called which loads the issue + notes again, but this time it hits stale cache.

Fixes 0017763

mod - api/soap/mc_issue_api.php Diff File