diff --git a/module/bug/model.php b/module/bug/model.php index 62fab6cb23..cd61b8cefd 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -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) {