Bug.pm bug fix + Change in menu structure + misc things
This commit is contained in:
parent
d6865e7b42
commit
42c5026131
6 changed files with 60 additions and 45 deletions
1
Bug.pm
1
Bug.pm
|
|
@ -250,6 +250,7 @@ sub handleForm {
|
|||
$f = { %$f, %$fa };
|
||||
return($f, $l) if $f->{_err};
|
||||
} else {
|
||||
push @{$f->{_err}}, [ 'bug_code', 'invalid', '' ] and return($f, undef) if $f->{bug_code} && $f->{bug_code} ne 'code';
|
||||
$f->{bug_type} = $l->{type};
|
||||
$f->{bug_status} = $l->{status};
|
||||
$f->{bug_closed} = $l->{closed};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue