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

git-svn-id: svn://10.0.0.236/trunk@255131 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2008-11-19 21:06:39 +00:00
parent b0b004906e
commit 21fae2f733
2 changed files with 0 additions and 2 deletions

View File

@@ -54,7 +54,6 @@
id => "initialowner"
value => ""
size => 64
emptyok => 1
%]
</td>
</tr>

View File

@@ -63,7 +63,6 @@
id => "initialowner"
value => comp.default_assignee.login
size => 64
emptyok => 1
%]
</td>