* Finish task #6429.

This commit is contained in:
Yagami
2019-10-14 10:57:45 +08:00
parent 888a34bcae
commit b54f876279
+1
View File
@@ -632,6 +632,7 @@ class bugModel extends model
->setIF($this->post->resolution == '' and $this->post->resolvedDate =='', 'status', 'active')
->setIF($this->post->resolution != '', 'confirmed', 1)
->setIF($this->post->story != false and $this->post->story != $oldBug->story, 'storyVersion', $this->loadModel('story')->getVersion($this->post->story))
->setIF(!$this->post->linkBug, 'linkBug', '')
->remove('comment,files,labels,uid,contactListMenu')
->get();