From 7b9b7d4a40c2a358d32cb2d5f6ae8f78ec165532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Fri, 1 Dec 2017 14:23:57 +0800 Subject: [PATCH] * Fix bug --- module/bug/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();