* Fix bug#36553.

This commit is contained in:
chaideqing
2023-08-01 06:07:53 +00:00
parent 43d892cd70
commit d19e09c48d
+3 -2
View File
@@ -1312,13 +1312,14 @@ class story extends control
}
$this->commonAction($storyID);
$this->story->getAffectedScope($this->view->story);
$story = $this->view->story;
if($story->status != 'active') return print(js::locate($this->session->storyList, 'parent'));
$this->story->getAffectedScope($story);
$this->app->loadLang('task');
$this->app->loadLang('bug');
$this->app->loadLang('testcase');
$this->app->loadLang('execution');
$story = $this->view->story;
$reviewer = $this->story->getReviewerPairs($storyID, $story->version);
$product = $this->loadModel('product')->getByID($story->product);