* Fix bug#3516.

This commit is contained in:
qiyu-xie
2020-09-25 14:22:54 +08:00
parent b005212907
commit cdf36a7d01
+1
View File
@@ -664,6 +664,7 @@ class testcaseModel extends model
->setDefault('story,branch', 0)
->join('stage', ',')
->join('linkCase', ',')
->setIF(!$this->post->linkCase, 'linkCase', '')
->setForce('status', $status)
->cleanInt('story,product,branch,module')
->remove('comment,steps,expects,files,labels,stepType')