From: lpsolit%gmail.com <> Date: Thu, 20 Nov 2008 03:03:49 +0000 (+0000) Subject: Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1 despite... X-Git-Tag: bugzilla-3.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8605c06feefdf701647d2fdc860faa13a4eb24a2;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 5e414d52ac..86411adad9 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -54,7 +54,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 57bc8aad47..9ddb8ca3ec 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -63,7 +63,6 @@ id => "initialowner" value => comp.default_assignee.login size => 64 - emptyok => 1 %]