diff --git a/module/story/model.php b/module/story/model.php index 3739e0d61f..e676929965 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -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');