summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-05-30 03:11:03 +0200
committerlpsolit%gmail.com <>2006-05-30 03:11:03 +0200
commit422a379558b0738d842c1e5b997ef8357ff18ac4 (patch)
tree23ec4794177a623072f8150c5f0d38dffb8fafe3 /template/en/default/admin/groups
parent853c40ff96d824455483f3ff8d1d2f6c1710070c (diff)
downloadbugzilla-422a379558b0738d842c1e5b997ef8357ff18ac4.tar.gz
bugzilla-422a379558b0738d842c1e5b997ef8357ff18ac4.tar.xz
Bug 324784: editgroups.cgi should make sure groups it edits/removes are not used by editparams.cgi (in data/params) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r--template/en/default/admin/groups/list.html.tmpl18
1 files changed, 15 insertions, 3 deletions
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl
index f32e715d6..64e30f9e4 100644
--- a/template/en/default/admin/groups/list.html.tmpl
+++ b/template/en/default/admin/groups/list.html.tmpl
@@ -84,10 +84,22 @@
content => "&nbsp;"
}]
overrides.action = [ {
- match_value => "0"
- match_field => 'isbuggroup'
+ match_value => Param("chartgroup")
+ match_field => 'name'
override_content => 1
- content => "&nbsp;"
+ content => "(used as the 'chartgroup')"
+ },
+ {
+ match_value => Param("insidergroup")
+ match_field => 'name'
+ override_content => 1
+ content => "(used as the 'insidergroup')"
+ },
+ {
+ match_value => Param("timetrackinggroup")
+ match_field => 'name'
+ override_content => 1
+ content => "(used as the 'timetrackinggroup')"
},
{
match_value => "1"