From: lpsolit%gmail.com <> Date: Tue, 17 Mar 2009 16:22:52 +0000 (+0000) Subject: Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if "value"... X-Git-Tag: bugzilla-3.3.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e397e43a24203eecd6e4daeb67d708e8c6bb4f04;p=thirdparty%2Fbugzilla.git Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if "value" is not explicitly set - Patch by Frédéric Buclin r=wicked a=LpSolit --- diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 0949837fc6..86411adad9 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -52,6 +52,7 @@ [% INCLUDE global/userselect.html.tmpl name => "initialowner" id => "initialowner" + value => "" size => 64 %] @@ -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 %] diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index b3b5c8d424..c59771eab4 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -872,6 +872,7 @@ [% INCLUDE global/userselect.html.tmpl id => "newcc" name => "newcc" + value => "" size => 30 multiple => 5 %] diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index c7c8822f35..1c1a25d4a5 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -206,6 +206,7 @@ id => "requestee_type-$type.id" multiple => type.is_multiplicable * 3 emptyok => !type.is_multiplicable + value => "" custom_userlist => type.grant_list %] [% ELSE %] @@ -260,6 +261,7 @@ id => "requestee_type-$type.id" multiple => type.is_multiplicable * 3 emptyok => !type.is_multiplicable + value => "" custom_userlist => type.grant_list %] [% ELSE %]