From e397e43a24203eecd6e4daeb67d708e8c6bb4f04 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 17 Mar 2009 16:22:52 +0000 Subject: =?UTF-8?q?Bug=20482365:=20Values=20displayed=20in=20userselect.ht?= =?UTF-8?q?ml.tmpl=20may=20be=20incorrect=20if=20"value"=20is=20not=20expl?= =?UTF-8?q?icitly=20set=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric?= =?UTF-8?q?=20Buclin=20=20r=3Dwicked=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/components/create.html.tmpl | 3 +++ template/en/default/bug/edit.html.tmpl | 1 + template/en/default/flag/list.html.tmpl | 2 ++ 3 files changed, 6 insertions(+) diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 0949837fc..86411adad 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 b3b5c8d42..c59771eab 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 c7c8822f3..1c1a25d4a 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 %] -- cgit v1.2.1