]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if "value"...
authorlpsolit%gmail.com <>
Tue, 17 Mar 2009 16:25:06 +0000 (16:25 +0000)
committerlpsolit%gmail.com <>
Tue, 17 Mar 2009 16:25:06 +0000 (16:25 +0000)
template/en/default/admin/components/create.html.tmpl
template/en/default/bug/edit.html.tmpl
template/en/default/flag/list.html.tmpl

index 0949837fc61fa764853db907f1f74efa191c2bc1..86411adad961e814b7d1dd2d94a6f22da5822a65 100644 (file)
@@ -52,6 +52,7 @@
         [% INCLUDE global/userselect.html.tmpl
            name => "initialowner"
            id => "initialowner"
+           value => ""
            size => 64
          %]
       </td>
@@ -64,6 +65,7 @@
         [% INCLUDE global/userselect.html.tmpl
            name => "initialqacontact"
            id => "initialqacontact"
+           value => ""
            size => 64
            emptyok => 1
          %]
@@ -78,6 +80,7 @@
         [% INCLUDE global/userselect.html.tmpl
            name => "initialcc"
            id => "initialcc"
+           value => ""
            size => 64
            multiple => 5
         %]
index 82328b6e7e05845c179dd69633063a6fd21bd38f..baf5833e088010726e7f004b4d090dce0828a601 100644 (file)
             [% INCLUDE global/userselect.html.tmpl
                 id => "newcc"
                 name => "newcc"
+                value => ""
                 size => 30
                 multiple => 5
               %]
index 8aef809e0d53d1b21a47b107b0915b1060458282..5d7f78d93aae36987417cc474e612d4e0539fdbe 100644 (file)
                              id       => "requestee_type-$type.id"
                              multiple => type.is_multiplicable * 3
                              emptyok  => !type.is_multiplicable
+                             value    => ""
                              custom_userlist => type.grant_list
                   %]
                 [% ELSE %]
                            id       => "requestee_type-$type.id"
                            multiple => type.is_multiplicable * 3
                            emptyok  => !type.is_multiplicable
+                           value    => ""
                            custom_userlist => type.grant_list
                 %]
               [% ELSE %]