diff --git a/module/build/view/linkbug.html.php b/module/build/view/linkbug.html.php
index 8f6c4ed780..4a4a829485 100644
--- a/module/build/view/linkbug.html.php
+++ b/module/build/view/linkbug.html.php
@@ -28,6 +28,7 @@
bugs},", ",$bug->id,") !== false) continue;?>
+ product != $bug->product) continue; ?>
|
status == 'resolved' or $bug->status == 'closed') echo "checked";?> />
diff --git a/module/build/view/linkstory.html.php b/module/build/view/linkstory.html.php
index 185c22f385..e1338015f7 100644
--- a/module/build/view/linkstory.html.php
+++ b/module/build/view/linkstory.html.php
@@ -30,6 +30,7 @@
|
stories},", ",{$story->id},") !== false) continue; ?>
+ product != $story->product) continue; ?>
|
stage == 'developed' or $story->status == 'closed') echo 'checked';?> />
|