* Fix bug#31708.

This commit is contained in:
xieqiyu
2023-01-17 10:00:03 +08:00
parent d21930cb91
commit f5e68c045e
+1 -1
View File
@@ -352,7 +352,7 @@ class storyModel extends model
if($executionID != 0)
{
$this->linkStory($executionID, $this->post->product, $storyID);
if($this->config->systemMode == 'new' and $executionID != $this->session->project) $this->linkStory($this->session->project, $this->post->product, $storyID);
if($this->config->systemMode == 'ALM' and $executionID != $this->session->project) $this->linkStory($this->session->project, $this->post->product, $storyID);
$this->loadModel('kanban');