MantisBT: master-1.2.x ad56aaa8

Author Committer Branch Timestamp Parent
dhx master-1.2.x 2009-06-30 22:17 master-1.2.x aa047fe3
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