MantisBT: master c2ef5a6c

Author Committer Branch Timestamp Parent
dhx master 2009-06-30 22:17 master ee1ac756
Affected Issues  0010647: bug_update access denied error when user hasn't got permission to update roadmap
Changeset

Fix 0010647: check permissions before updating target_version

Related to bd5076906d7c8596dc3ba9ce5352c9be9c85f4b3

The new BugData class has access checks built into __set so we can't
update a field without permission to do so.

We need to ensure that target_version is only updated when the current
user has permission to do so.

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