* [bug#64413] Fix the bug of update bug when edit by API.

This commit is contained in:
xieqiyu
2025-07-30 07:41:07 +00:00
parent 8cec0b35ae
commit ccf4dd7174
+1
View File
@@ -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)