* [bug#68646,done,0.5h] fix modify resolvedDate when the data doesn't exist resolvedDate.

This commit is contained in:
tianshujie
2025-12-26 15:16:12 +08:00
parent fa986648c3
commit 9dbbb01e55
+2
View File
@@ -699,6 +699,8 @@ class bugZen extends bug
->stripTags($this->config->bug->editor->edit['id'], $this->config->allowedTags)
->get();
if($oldBug->resolvedBy == $bug->resolvedBy && !$this->post->resolvedDate) unset($bug->resolvedDate);
$bug = $this->loadModel('file')->processImgURL($bug, $this->config->bug->editor->edit['id'], $bug->uid);
return $bug;