From ae2ad297538e2ba5d6b91de6aab283794955cc95 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Mon, 21 Feb 2022 09:56:42 +0800 Subject: [PATCH] * Finish task #49296. --- module/story/control.php | 1 + module/story/view/create.html.php | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) 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;?> +