From 97e572b41b08cc744b56c68cf7757cf202f409d7 Mon Sep 17 00:00:00 2001 From: liuruogu Date: Fri, 23 Sep 2022 00:42:35 +0000 Subject: [PATCH] * Fix bug #27811. --- module/story/view/view.html.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 15f43eff7a..41789d80d7 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -266,7 +266,7 @@ ?> - type != 'requirement' and $story->parent != -1):?> + type != 'requirement' and $story->parent != -1 and empty($product->shadow)):?> story->plan;?> @@ -414,16 +414,16 @@
- config->URAndSR):?> + config->URAndSR && empty($product->shadow)):?>
    type == 'story'):?> -
    +
      tasks as $executionTasks)