* Fix bug#38363

This commit is contained in:
zenggang
2023-09-07 06:40:20 +00:00
parent 2f969618ef
commit 6df383b9b3
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -219,6 +219,7 @@ class mrModel extends model
->setDefault('removeSourceBranch','0')
->setDefault('needCI', 0)
->setDefault('squash', 0)
->setIF($this->post->needCI == 0, 'jobID', 0)
->add('createdBy', $this->app->user->account)
->add('createdDate', helper::now())
->get();