Bug 40933

Bug 57832
Bug 57482
Debug


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@568 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2009-12-07 12:01:27 +00:00
parent 550e462292
commit e28a31d9c3
1 changed files with 3 additions and 2 deletions

View File

@ -2786,11 +2786,12 @@ sub flag_types {
{
# In case there was already a requestee, the only valid action
# is to remove the requestee or leave it alone.
$_->{custom_list} = [ {
$_->{custom_list} = [];
push @{$_->{custom_list}}, {
login => $_->requestee->login,
identity => $_->requestee->identity,
visible => 1,
} ];
} if $_->requestee;
$_->{allow_other} = 0;
}
else