From 3ab3059ed3410244a23ebb6bbc031184febd9ddb Mon Sep 17 00:00:00 2001 From: sunjun Date: Tue, 14 Jun 2022 04:07:06 +0000 Subject: [PATCH] sprint_204_57097 --- module/execution/view/story.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index 65059f64be..016866e4c4 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -61,7 +61,7 @@ { $this->lang->story->create = $this->lang->execution->createStory; - if($productID and !$this->loadModel('story')->checkForceReview()) + if($productID) { $storyModuleID = (int)$this->cookie->storyModuleParam; $createStoryLink = $this->createLink('story', 'create', "productID=$productID&branch=0&moduleID={$storyModuleID}&story=0&execution=$execution->id");