This commit is contained in:
wangchunsheng
2011-09-08 02:56:52 +00:00
parent a868f5ed9e
commit d8369379ba
+1
View File
@@ -187,6 +187,7 @@ class bugModel extends model
->autoCheck()
->batchCheck($this->config->bug->resolve->requiredFields, 'notempty')
->checkIF($bug->resolution == 'duplicate', 'duplicateBug', 'notempty')
->checkIF($bug->resolution == 'fixed', 'resolvedBuild','notempty')
->where('id')->eq((int)$bugID)
->exec();
}