* [bug#64413] Fix the bug of update bug when edit by API.
This commit is contained in:
@@ -673,6 +673,7 @@ class bugZen extends bug
|
||||
->setDefault('product', $oldBug->product)
|
||||
->setDefault('deleteFiles', array())
|
||||
->setDefault('lastEditedBy', $this->app->user->account)
|
||||
->setDefault('resolvedDate', $oldBug->resolvedDate)
|
||||
->add('lastEditedDate', $now)
|
||||
->join('openedBuild,mailto,relatedBug,os,browser', ',')
|
||||
->setIF($formData->data->assignedTo != $oldBug->assignedTo, 'assignedDate', $now)
|
||||
|
||||
Reference in New Issue
Block a user