* code for task#2154.

This commit is contained in:
xia0ta0
2014-12-11 17:40:06 +08:00
parent f67741ebcf
commit 54c49e2340
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -568,7 +568,7 @@ class bugModel extends model
->add('lastEditedDate', $now)
->setDefault('duplicateBug', 0)
->setDefault('assignedTo', $oldBug->openedBy)
->remove('comment')
->remove('comment,files,labels')
->get();
if($bug->resolvedBuild != 'trunk')