Fixed links to Errors tab from Information tab (Summary).
This commit is contained in:
parent
c6ae043750
commit
1304ca29f7
4 changed files with 23 additions and 9 deletions
|
|
@ -189,8 +189,8 @@ class BuildController extends Controller
|
|||
$errorView->build = $build;
|
||||
$errorView->errors = $errors['items'];
|
||||
|
||||
$data['errors'] = (integer)$errorStore->getErrorTotalForBuild($build->getId(), $plugin, $severity);
|
||||
$data['errors_total'] = (integer)$errorStore->getErrorTotalForBuild($build->getId());
|
||||
$data['errors'] = $errorStore->getErrorTotalForBuild($build->getId(), $plugin, $severity);
|
||||
$data['errors_total'] = $errorStore->getErrorTotalForBuild($build->getId());
|
||||
$data['error_html'] = $errorView->render();
|
||||
|
||||
return $data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue