* adjust for bug type for mr.

This commit is contained in:
王怡栋
2021-12-09 13:04:26 +08:00
parent f1689b4dea
commit beadf58834
+1 -1
View File
@@ -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)