Skip to content

Commit

Permalink
Minor wording adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 5, 2020
1 parent 2ee90d1 commit df6d3ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config_defaults_inc.php
Expand Up @@ -3048,20 +3048,20 @@
/**
* limit reporters. Set to ON if you wish to limit reporters to only viewing
* bugs that they report.
* This feature is deprecated and is replaced with the option 'limit_view_unless_threshold'.
* Set this option as OFF to be able to use the new one.
* This feature is deprecated and replaced by the 'limit_view_unless_threshold'
* option. It must be OFF to enable the new one.
* @deprecated 2.24.0 Use $g_limit_view_unless_threshold instead
* @global integer $g_limit_reporters
*/
$g_limit_reporters = OFF;

/**
* Threshold at which a user can view all issues in the project (as allowed by other permissions)
* Threshold at which a user can view all issues in the project (as allowed by other permissions).
* Not meeting this threshold means the user can only see the issues they reported,
* are handling or monitoring.
* A value of ANYBODY means that all users have full visibility (as default)
*
* This is a replacement for old option 'limit_reporters'.
* This is a replacement for old option {@see $g_limit_reporters}.
*
* @global integer $g_limit_view_unless_threshold
*/
Expand Down
2 changes: 1 addition & 1 deletion docbook/Admin_Guide/en-US/Page_Descriptions.xml
Expand Up @@ -817,7 +817,7 @@
<row>
<entry>Limit access only to those issues reported, handled, or monitored by the user</entry>
<entry>$g_limit_view_unless_threshold</entry>
<entry>threshold that, if not met, hides other users's issues.
<entry>threshold that, if not met, hides other users' issues.
</entry>
</row>
</tbody>
Expand Down

0 comments on commit df6d3ca

Please sign in to comment.