X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=Debbugs%2FCollection%2FBug.pm;h=c773b59d043d0474191ddebdbe4d99913035b698;hp=4982047b2c59ec799f41c835161161ae00f704c0;hb=6c394ce0b251043584781b99e303e49014d9ae09;hpb=7cb3f6be9732f4fee6eb22612c060054f8d16c47 diff --git a/Debbugs/Collection/Bug.pm b/Debbugs/Collection/Bug.pm index 4982047..c773b59 100644 --- a/Debbugs/Collection/Bug.pm +++ b/Debbugs/Collection/Bug.pm @@ -86,6 +86,8 @@ sub _member_constructor { schema => $schema, package_collection => $self->package_collection->universe, + bug_collection => + $self->universe, correspondent_collection => $self->correspondent_collection->universe, @{$args{constructor_args}//[]}, @@ -97,6 +99,8 @@ sub _member_constructor { Debbugs::Bug->new(bug => $bug, package_collection => $self->package_collection->universe, + bug_collection => + $self->universe, correspondent_collection => $self->correspondent_collection->universe, @{$args{constructor_args}//[]},