summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-11-20 04:01:49 +0100
committerlpsolit%gmail.com <>2008-11-20 04:01:49 +0100
commit60b43282ca58685f7e3fd597cd5b93241088e607 (patch)
tree4a201573ed0740ee8468ae2a60a7ad891515cefc /template
parent864ee35126ff8053ee46d559f9f4dd53dd871ffd (diff)
downloadbugzilla-60b43282ca58685f7e3fd597cd5b93241088e607.tar.gz
bugzilla-60b43282ca58685f7e3fd597cd5b93241088e607.tar.xz
Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1 despite this field cannot be blank - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/components/create.html.tmpl1
-rw-r--r--template/en/default/admin/components/edit.html.tmpl1
2 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl
index 5e414d52a..86411adad 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
%]
</td>
</tr>
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index 57bc8aad4..9ddb8ca3e 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
%]
</td>