* Adjust add testtask.
This commit is contained in:
@@ -348,7 +348,7 @@ class build extends control
|
||||
{
|
||||
echo html::a($this->createLink('build', 'create', "projectID=$projectID&productID=$productID", '', $onlybody = true), $this->lang->build->create, '', "data-toggle='modal' data-type='iframe'");
|
||||
echo ' ';
|
||||
echo html::a("javascript:loadProjectBuilds($projectID)", $this->lang->refresh);
|
||||
die(html::a("javascript:loadProjectBuilds($projectID)", $this->lang->refresh));
|
||||
}
|
||||
die(html::select('build', $builds, $build, "class='form-control'"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user