diff --git a/module/bug/model.php b/module/bug/model.php index 31ef282a55..962eebe8f7 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -728,7 +728,7 @@ class bugModel extends model ->setDefault('lastEditedBy', $this->app->user->account) ->setDefault('lastEditedDate', $now) ->setDefault('assignedDate', $now) - ->remove('comment') + ->remove('comment,showModule') ->join('mailto', ',') ->get();