From 5c8594a71d10d21019175dbc98e572671f80a095 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 19 Mar 2015 20:40:07 +0100 Subject: Bug 1136745: Kill the makeproductgroups parameter r=LpSolit a=glob --- template/en/default/admin/groups/create.html.tmpl | 18 +++++------------- .../en/default/admin/params/groupsecurity.html.tmpl | 3 --- 2 files changed, 5 insertions(+), 16 deletions(-) (limited to 'template/en') diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index 3827fb0e3..6f280d68d 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -42,8 +42,7 @@ [% Hook.process('field') %] - +

@@ -82,17 +81,10 @@ than deleting the group would be. Note: If you are creating a group, you probably want it to be usable for [% terms.bugs %], in which case you should leave this checked.

-[% IF Param("makeproductgroups") %] -

By default, the new group will be associated with existing products. - Unchecking the "Insert new group into all existing products" option will - prevent this and make the group become visible only when its controls have - been added to a product.

-[% ELSE %] -

Checking the "Insert new group into all existing products" option will - make the new group be associated with existing products. Leaving it unchecked - will make the group become visible only when its controls have been added to - a product.

-[% END %] +

Checking the "Insert new group into all existing products" option will +make the new group available to be set on [% terms.bugs %] in all existing +products. Leaving it unchecked means you need to specifically add the group to +any product where you want it to be available for use.

Back to the group list.

diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index 19d78de5a..426dbd8f7 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -11,9 +11,6 @@ %] [% param_descs = { - makeproductgroups => "If this is on, Bugzilla will associate $terms.abug group " _ - "with each product in the database, and use it for querying ${terms.bugs}.", - chartgroup => "The name of the group of users who can use the 'New Charts' " _ "feature. Administrators should ensure that the public categories " _ "and series definitions do not divulge confidential information " _ -- cgit v1.2.3-24-g4f1b