зеркало из https://github.com/mozilla/gecko-dev.git
Bug 342238: There is a dependency loop between Bugzilla::User and Bugzilla::Component
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
This commit is contained in:
Родитель
fdcede02a1
Коммит
e917d1d452
|
@ -18,7 +18,6 @@ use strict;
|
|||
|
||||
package Bugzilla::Product;
|
||||
|
||||
use Bugzilla::Component;
|
||||
use Bugzilla::Version;
|
||||
use Bugzilla::Milestone;
|
||||
|
||||
|
@ -107,6 +106,7 @@ sub components {
|
|||
ORDER BY name}, undef, $self->id);
|
||||
|
||||
my @components;
|
||||
require Bugzilla::Component;
|
||||
foreach my $id (@$ids) {
|
||||
push @components, new Bugzilla::Component($id);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче