From 0d3a72b793725118641c4d7abf511b4fc98f7aef Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 11 Nov 2006 00:51:27 +0000 Subject: Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/products/groupcontrol/edit.html.tmpl | 32 +++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/products/groupcontrol/edit.html.tmpl') diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl index 32b5e9d8c..aff85be0d 100644 --- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl +++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl @@ -42,6 +42,9 @@ MemberControl OtherControl Canedit + editcomponents + canconfirm + editbugs [% terms.Bugs %] [% FOREACH group = groups %] @@ -50,7 +53,7 @@ [% group.name FILTER html %] - + Disabled @@ -118,6 +121,18 @@ + + + + + + + + + [% group.bugcount %] @@ -146,6 +161,21 @@ the groups with Canedit selected. ONLY users who are members of all the canedit groups will be able to edit. This is an additional restriction that further restricts what can be edited by a user.

+The following settings control let you choose privileges on a per-product basis. +This is a convenient way to give privileges to some users for some products +only, without having to give them global privileges which would affect all +products: +

+Any group having editcomponents selected allows users who are +in this group to edit all aspects of this product, including components, +milestones and versions. +

+Any group having canconfirm selected allows users who are +in this group to confirm [% terms.bugs %] in this product. +

+Any group having editbugs selected allows users who are +in this group to edit all fields of [% terms.bugs %] in this product. +

The MemberControl and OtherControl fields indicate which [% terms.bugs %] will be placed in this group according to the following definitions. -- cgit v1.2.3-24-g4f1b