MantisBT: master-1.2.x 00b6e318

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2013-04-23 00:38 master-1.2.x 281fa5ef
Affected Issues  0015770: When $g_limit_reporters = ON; it is still possible to change reporter
Changeset

Reporter not allowed changing Reporter when limit_reporters = ON

When reporters are limited to their own issues and allowed to update
issues, they are able to change the issue's reporter (and gain
visibility on existence of other reporters).

This commit fixes the problem by only displaying the current reporter's
name (i.e without the [edit] ajax) when $g_limit_reporters = ON and the
current user's access level is greater than REPORTER.

Fixes 0015770

mod - bug_update_advanced_page.php Diff File