зеркало из https://github.com/mozilla/gecko-dev.git
Bug 82172 - Don't allow empty bug summaries. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
This commit is contained in:
Родитель
42bad343ec
Коммит
7b0978e96e
|
@ -523,6 +523,10 @@ if (defined $::FORM{'id'}) {
|
|||
\@{$::versions{$::FORM{'product'}}});
|
||||
CheckFormField(\%::FORM, 'op_sys', \@::legal_opsys);
|
||||
CheckFormFieldDefined(\%::FORM, 'longdesclength');
|
||||
|
||||
if (trim($::FORM{'short_desc'}) eq "") {
|
||||
ThrowUserError("require_summary");
|
||||
}
|
||||
}
|
||||
|
||||
my $action = '';
|
||||
|
|
Загрузка…
Ссылка в новой задаче