* Finish bug #13740

This commit is contained in:
zenggang
2021-07-21 11:44:13 +08:00
parent 7c0ee909ec
commit 7781d1d5fd
+1
View File
@@ -1846,6 +1846,7 @@ class storyModel extends model
$story->assignedTo = $assignedTo;
$story->assignedDate = $now;
$this->dao->update(TABLE_STORY)->data($story)->autoCheck()->where('id')->eq((int)$storyID)->exec();
if(!dao::isError())
{
$this->loadModel('gitlab');