* Fix bug for task#54350.

This commit is contained in:
liumengyi
2022-05-19 10:24:14 +08:00
parent b8c091aa27
commit ff4e5ba635
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -908,7 +908,7 @@ class productplanModel extends model
$this->story->setStage($storyID);
}
$this->action->create('productplan', $planID, 'linkedstory', '', implode(',', $this->post->stories));
$this->action->create('productplan', $planID, 'linkstory', '', implode(',', $this->post->stories));
}
/**
@@ -956,7 +956,7 @@ class productplanModel extends model
$this->action->create('bug', $bugID, 'linked2plan', '', $planID);
}
$this->action->create('productplan', $planID, 'linkedbug', '', implode(',', $this->post->bugs));
$this->action->create('productplan', $planID, 'linkbug', '', implode(',', $this->post->bugs));
}
/**