From c1408e3edc7ecc096dae92de15ce37976f80292f Mon Sep 17 00:00:00 2001 From: liuhong Date: Thu, 23 Mar 2023 02:14:29 +0000 Subject: [PATCH] * Adjust code. --- module/story/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index 867051661d..8e812160d2 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -916,7 +916,7 @@ class storyModel extends model } } - /*Fix product changes when editing requirements on site */ + /* Unchanged product when editing requirements on site. */ $storyProjectID = $this->dao->select('t2.hasProduct')->from(TABLE_PROJECTPRODUCT)->alias('t1') ->leftJoin(TABLE_PROJECT)->alias('t2')->on('t1.project = t2.id') ->where('t1.product')->eq($oldStory->product)