MantisBT: master-1.2.x 87a5dc26

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

Don't require access check for fixed_in_version

handle_bug_threshold is documented as the threshold at which someone can
be assigned to a bug. Therefore we shouldn't be checking this threshold
when changing the fixed_in_version field - update_bug_threshold is
enough (we use it for every other field).

Fixes 0010647

mod - core/bug_api.php Diff File