MantisBT: master 297c7930

Author Committer Branch Timestamp Parent
dregad dregad master 2011-12-13 11:22 master f0248c84
Affected Issues  0012324: Cannot assign multiple issues with mass manipulation tool
Changeset

Allow mass-assign of issues to Updaters

The code handling assignment in bug_actiongroup.php had an incorrect
check for the access level of the user the issues are being assigned
to. It was checked against $t_threshold, which is the minimum access
level required of the current user to perform the action, instead of
the access level to be assigned issues to (handle_bug_threshold).

This affects MantisBT instances where Updaters (or aother role) is
allowed to handle issues (through custom Workflow Thresholds)

Fixes 0012324

mod - bug_actiongroup.php Diff File