From: Don Armstrong Date: Sat, 18 Aug 2018 05:32:40 +0000 (-0700) Subject: the default bug collection for a bug is the universe X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=6c394ce0b251043584781b99e303e49014d9ae09 the default bug collection for a bug is the universe --- 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}//[]},