* Fix bug #102953.
This commit is contained in:
@@ -95,7 +95,7 @@ class job extends control
|
||||
$job->buildSpec = urldecode($job->pipeline) . '@' . $job->jenkinsName;
|
||||
$job->engine = zget($this->lang->job->engineList, $job->engine);
|
||||
$job->frame = zget($this->lang->job->frameList, $job->frame);
|
||||
$job->productName = $products[$job->product];
|
||||
$job->productName = zget($products, $job->product, '');
|
||||
}
|
||||
|
||||
$this->view->title = $this->lang->ci->job . $this->lang->colon . $this->lang->job->browse;
|
||||
|
||||
@@ -214,6 +214,7 @@ formPanel
|
||||
(
|
||||
setStyle('width', '150px'),
|
||||
set::id('pipelineDropmenu'),
|
||||
set::popPlacement('top'),
|
||||
set::text($lang->job->selectPipeline),
|
||||
set::url($this->createLink('jenkins', 'ajaxGetJenkinsTasks')),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user