Commit 92066103 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 581668: Obsolete groups have no name nor ID when moving a bug to another product

r=timello a=LpSolit
parent c4f67117
...@@ -124,10 +124,9 @@ ...@@ -124,10 +124,9 @@
[%+ terms.Bugs %] will no longer be restricted to these groups and may become [%+ terms.Bugs %] will no longer be restricted to these groups and may become
public if no other group applies:<br> public if no other group applies:<br>
[% FOREACH group = old_groups %] [% FOREACH group = old_groups %]
<input type="checkbox" id="group_[% group.group.id FILTER html %]" <input type="checkbox" id="group_[% group.id FILTER html %]"
name="groups" disabled="disabled" name="groups" disabled="disabled" value="[% group.name FILTER html %]">
value="[% group.group.name FILTER html %]"> <label for="group_[% group.id FILTER html %]">
<label for="group_[% group.group.id FILTER html %]">
[% group.name FILTER html %]: [% group.description FILTER html %] [% group.name FILTER html %]: [% group.description FILTER html %]
</label> </label>
<br> <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment