MantisBT: master 11fb95de

Author Committer Branch Timestamp Parent
dhx dhx master 2010-06-23 00:23 master 0b6540cb
Affected Issues  0011981: Do not allow to send a reminder on a private issue to users under threshold
Changeset

Fix 0011981: Factor in view status when showing user monitor list

When a user attempts to send a reminder to users about an issue they're
presented with a list of users from which they can select from. This
list of users is generated by determining the minimum access level
required to view the issue. However the view state of the issue was not
taken into consideration and thus if an issue had a private view state,
users without permission to view private issues would still be shown in
the user list.

Thanks to Sergio Del Franco for reporting this issue and providing a
patch.

mod - bug_reminder_page.php Diff File