summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-24 16:51:21 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-24 16:51:21 +0200
commit9206610312bbb5d832e04a1643719bf123b99092 (patch)
tree157981d1f00508942837706bea3808f48187cce5 /template
parentc4f67117f70e2dddd8caf5121cc797666029c479 (diff)
downloadbugzilla-9206610312bbb5d832e04a1643719bf123b99092.tar.gz
bugzilla-9206610312bbb5d832e04a1643719bf123b99092.tar.xz
Bug 581668: Obsolete groups have no name nor ID when moving a bug to another product
r=timello a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/process/verify-new-product.html.tmpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl
index 986a9da6e..c02c26470 100644
--- a/template/en/default/bug/process/verify-new-product.html.tmpl
+++ b/template/en/default/bug/process/verify-new-product.html.tmpl
@@ -124,10 +124,9 @@
[%+ terms.Bugs %] will no longer be restricted to these groups and may become
public if no other group applies:<br>
[% FOREACH group = old_groups %]
- <input type="checkbox" id="group_[% group.group.id FILTER html %]"
- name="groups" disabled="disabled"
- value="[% group.group.name FILTER html %]">
- <label for="group_[% group.group.id FILTER html %]">
+ <input type="checkbox" id="group_[% group.id FILTER html %]"
+ name="groups" disabled="disabled" value="[% group.name FILTER html %]">
+ <label for="group_[% group.id FILTER html %]">
[% group.name FILTER html %]: [% group.description FILTER html %]
</label>
<br>