diff --git a/module/story/control.php b/module/story/control.php index e3d56248b4..24f65342ef 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -342,6 +342,7 @@ class story extends control $this->view->pri = $pri; $this->view->branch = $branch; $this->view->branches = $branches; + $this->view->stories = $this->story->getParentStoryPairs($productID); $this->view->productID = $productID; $this->view->product = $product; $this->view->reviewers = $this->user->getPairs('noclosed|nodeleted', '', 0, $reviewers); diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index 5fa2732c73..a58c314844 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -149,7 +149,18 @@ config->URAndSR):?> story->requirement;?> - + + +
+
story->parent;?>
+ +
+ + + + + story->parent;?> +