]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 581668: Obsolete groups have no name nor ID when moving a bug to another product
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 24 Jul 2010 14:52:28 +0000 (16:52 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 24 Jul 2010 14:52:28 +0000 (16:52 +0200)
r=timello a=LpSolit

template/en/default/bug/process/verify-new-product.html.tmpl

index 986a9da6e534267467f8d9c1a23349121fb4743b..c02c26470cc65c3609ec17780e23c6d224a7941e 100644 (file)
     [%+ 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>