From beadf58834aab94b6041db7c1572d2efa28c4337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Thu, 9 Dec 2021 13:04:26 +0800 Subject: [PATCH] * adjust for bug type for mr. --- module/mr/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/mr/model.php b/module/mr/model.php index 43a9f97221..25cca53f79 100644 --- a/module/mr/model.php +++ b/module/mr/model.php @@ -896,7 +896,7 @@ class mrModel extends model ->add('openedBy', $this->app->user->account) ->add('openedDate', $now) ->add('openedBuild', 'trunk') - ->add('type', 'codeimprovement') + ->add('type', 'codeerror') ->add('repo', $repoID) ->add('mr', $mr) ->add('lines', $this->post->begin . ',' . $this->post->end)