Commit 02c6a481 authored by Byron Jones's avatar Byron Jones

Bug 1035080: preload visibility of referenced bugs in _preload_referenced_bugs

r=sgreen,a=sgreen
parent 3318edcf
......@@ -555,6 +555,9 @@ sub _preload_referenced_bugs {
foreach my $bug (@$referenced_bugs) {
$bug->object_cache_set();
}
# preload bug visibility
Bugzilla->user->visible_bugs(\@referenced_bug_ids);
}
sub possible_duplicates {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment