From: lpsolit%gmail.com <> Date: Thu, 20 Nov 2008 03:06:39 +0000 (+0000) Subject: Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1 despite... X-Git-Tag: bugzilla-3.0.7~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d9c27aa11bb3fa66e038c589d3188963f890c97;p=thirdparty%2Fbugzilla.git Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1 despite this field cannot be blank - Patch by Frédéric Buclin r=ghendricks a=LpSolit --- diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 5b376bc797..144ef24c20 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -58,7 +58,6 @@ id => "initialowner" value => "" size => 64 - emptyok => 1 %] diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 0e3415da46..770d78e2f4 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -64,7 +64,6 @@ id => "initialowner" value => comp.default_assignee.login size => 64 - emptyok => 1 %]