diff options
author | lpsolit%gmail.com <> | 2006-10-21 06:16:53 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-21 06:16:53 +0200 |
commit | ac3fe4074a3e583948bf2a1d0b81f8f3f6acce51 (patch) | |
tree | 71ed1b78ec49498ed76a2f9c2e10e57bab686dc4 /template | |
parent | 0b954e5dc3a6e199252c97d876113b013eb3d3bd (diff) | |
download | bugzilla-ac3fe4074a3e583948bf2a1d0b81f8f3f6acce51.tar.gz bugzilla-ac3fe4074a3e583948bf2a1d0b81f8f3f6acce51.tar.xz |
Bug 349855: editgroups.cgi doesn't protect the querysharegroup from deletion
Bug 357429: Renaming a group which plays a special role generates a SQL error
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/groups/list.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index 554ead771..9f4f129c4 100644 --- a/template/en/default/admin/groups/list.html.tmpl +++ b/template/en/default/admin/groups/list.html.tmpl @@ -103,6 +103,12 @@ content => "(used as the 'timetrackinggroup')" }, { + match_value => Param("querysharegroup") + match_field => 'name' + override_content => 1 + content => "(used as the 'querysharegroup')" + }, + { match_value => "1" match_field => 'isbuggroup' override_content => 1 |