]> 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:22:52 +0000 (16:22 +0000)
committerlpsolit%gmail.com <>
Tue, 17 Mar 2009 16:22:52 +0000 (16:22 +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 b3b5c8d42400e7502b824d99fde2f677aa3dc854..c59771eab47f90701c7952da947932f71918975a 100644 (file)
               [% INCLUDE global/userselect.html.tmpl
                   id => "newcc"
                   name => "newcc"
+                  value => ""
                   size => 30
                   multiple => 5
                 %]
index c7c8822f3534622ebb354f95b16d12e4e735aab1..1c1a25d4a55e41ad50f97bee965e9269634cc381 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 %]