diff options
author | Simon Green <sgreen@redhat.com> | 2013-12-18 20:47:13 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-12-18 20:47:13 +1000 |
commit | 9e7ad08c56aacbe889b614ee2394b58b108c9ca2 (patch) | |
tree | ab3fd04b3e7330ca8996a29e3d28c1374370b46b /template/en/default/admin/params/groupsecurity.html.tmpl | |
parent | 8465c056a7c2cac1d6905e8b476f200b934f11b0 (diff) | |
download | bugs-9e7ad08c56aacbe889b614ee2394b58b108c9ca2.tar bugs-9e7ad08c56aacbe889b614ee2394b58b108c9ca2.tar.gz bugs-9e7ad08c56aacbe889b614ee2394b58b108c9ca2.tar.bz2 bugs-9e7ad08c56aacbe889b614ee2394b58b108c9ca2.tar.xz bugs-9e7ad08c56aacbe889b614ee2394b58b108c9ca2.zip |
Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of "all of the groups")
r=gerv, a=sgreen
Diffstat (limited to 'template/en/default/admin/params/groupsecurity.html.tmpl')
-rw-r--r-- | template/en/default/admin/params/groupsecurity.html.tmpl | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index 4f0b4919b..c9dbf5b4b 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -37,13 +37,20 @@ usevisibilitygroups => "Do you wish to restrict visibility of users to members of " _ "specific groups?", - + strict_isolation => "Don't allow users to be assigned to, " _ "be qa-contacts on, " _ "be added to CC list, " _ "or make or remove dependencies " _ "involving any bug that is in a product on which that " _ - "user is forbidden to edit.", - + "user is forbidden to edit.", + + or_groups => "Define the visibility of a $terms.bug which is in multiple " _ + "groups. If this is on (recommended), a user only needs to " _ + "be a member of one of the $terms.bug's groups in order to " _ + "view it. If it is off, a user needs to be a member of all " _ + "the $terms.bug's groups. Note that in either case, if the " _ + "user has a role on the $terms.bug (e.g. reporter) that may " _ + "also affect their permissions." } %] |