Merge branch 'bug_28068' into 'master'
* Fix bug#28068 See merge request easycorp/zentaopms!5578
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user