* [bug#62817,done,0.5h] fix the loss of linked objects when batch edit bugs.

This commit is contained in:
tianshujie
2025-05-23 15:35:40 +08:00
committed by 刘刚
parent 457ec77d7b
commit 2f77bec6c3
+1 -1
View File
@@ -344,7 +344,7 @@ class bugModel extends model
if($changes) $this->action->logHistory($actionID, $changes);
}
if($this->config->edition != 'open')
if($this->config->edition != 'open' && $this->app->rawMethod != 'batchedit')
{
if($oldBug->story > 0 || $oldBug->task > 0 || $oldBug->case > 0)
{