* [misc] skip files.

This commit is contained in:
liumengyi
2024-12-30 09:51:11 +08:00
committed by 刘刚
parent bcd3856e7f
commit d08fb5f3bb
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ class bugModel extends model
{
$oldBug = $this->fetchByID($bug->id);
$this->dao->update(TABLE_BUG)->data($bug, 'deleteFiles,renameFiles,comment')
$this->dao->update(TABLE_BUG)->data($bug, 'deleteFiles,renameFiles,files,comment')
->autoCheck()
->batchCheck($this->config->bug->edit->requiredFields, 'notempty')
->checkIF(!empty($bug->resolvedBy), 'resolution', 'notempty')