* Resolve feedback #1335.

This commit is contained in:
liuyongkai
2022-11-04 00:23:33 +00:00
parent 503846fa33
commit 75e48bc117
+1 -1
View File
@@ -2886,7 +2886,7 @@ class executionModel extends model
->andWhere('lane')->eq($laneID)
->fetch();
/* Resolve signal ','. */
$cell->cards = str_replace(",$storyID", '', $cell->cards);
$cell->cards = str_replace(",$storyID,", ',', $cell->cards);
if(strlen($cell->cards) == 1) $cell->cards = '';
$this->dao->update(TABLE_KANBANCELL)->data($cell)
->where('kanban')->eq($executionID)