Commit 60b43282 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1…

Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1 despite this field cannot be blank - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
parent 864ee351
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
id => "initialowner" id => "initialowner"
value => "" value => ""
size => 64 size => 64
emptyok => 1
%] %]
</td> </td>
</tr> </tr>
......
...@@ -63,7 +63,6 @@ ...@@ -63,7 +63,6 @@
id => "initialowner" id => "initialowner"
value => comp.default_assignee.login value => comp.default_assignee.login
size => 64 size => 64
emptyok => 1
%] %]
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment