* code for task #78384.
This commit is contained in:
@@ -181,6 +181,7 @@ class build extends control
|
||||
}
|
||||
|
||||
$executions = $this->product->getExecutionPairsByProduct($build->product, $build->branch, 'id_desc', $this->session->project, 'stagefilter');
|
||||
if($build->execution and !isset($executions[$build->execution])) $executions[$build->execution] = $this->loadModel('execution')->getById($build->execution)->name;
|
||||
|
||||
/* Get stories and bugs. */
|
||||
$orderBy = 'status_asc, stage_asc, id_desc';
|
||||
|
||||
@@ -40,6 +40,7 @@ $lang->build->releasedBuild = 'Released Build';
|
||||
$lang->build->name = 'Name';
|
||||
$lang->build->date = 'Datum';
|
||||
$lang->build->builder = 'Builder';
|
||||
$lang->build->url = 'URL';
|
||||
$lang->build->scmPath = 'SCM Pfad';
|
||||
$lang->build->filePath = 'Dateipfad';
|
||||
$lang->build->desc = 'Beschreibung';
|
||||
|
||||
@@ -40,6 +40,7 @@ $lang->build->releasedBuild = 'Released Build';
|
||||
$lang->build->name = 'Name';
|
||||
$lang->build->date = 'Date';
|
||||
$lang->build->builder = 'Builder';
|
||||
$lang->build->url = 'URL';
|
||||
$lang->build->scmPath = 'SCM Path';
|
||||
$lang->build->filePath = 'File Path';
|
||||
$lang->build->desc = 'Description';
|
||||
|
||||
@@ -40,6 +40,7 @@ $lang->build->releasedBuild = 'Released Build';
|
||||
$lang->build->name = 'Nom';
|
||||
$lang->build->date = 'Date';
|
||||
$lang->build->builder = 'Builder';
|
||||
$lang->build->url = 'URL';
|
||||
$lang->build->scmPath = 'Chemin SCM';
|
||||
$lang->build->filePath = 'Chemin Fichier';
|
||||
$lang->build->desc = 'Description';
|
||||
|
||||
@@ -40,6 +40,7 @@ $lang->build->releasedBuild = '发布版本';
|
||||
$lang->build->name = '名称编号';
|
||||
$lang->build->date = '打包日期';
|
||||
$lang->build->builder = '构建者';
|
||||
$lang->build->url = '地址';
|
||||
$lang->build->scmPath = '源代码地址';
|
||||
$lang->build->filePath = '下载地址';
|
||||
$lang->build->desc = '描述';
|
||||
|
||||
Reference in New Issue
Block a user