Merge branch 'master' of https://gitlab.zcorp.cc/easycorp/zentaopms into sprint/244

This commit is contained in:
tianshujie
2022-09-28 11:19:07 +08:00
+1 -1
View File
@@ -53,7 +53,7 @@ class buildsEntry extends entry
$project = $this->loadModel('project')->getByID($projectID);
if(!$project) return $this->send404();
$fields = 'execution,product,name,builder,date,scmPath,filePath,desc';
$fields = 'execution,product,name,builder,date,scmPath,filePath,desc,branch';
$this->batchSetPost($fields);
$control = $this->loadController('build', 'create');