diff --git a/runbot/controllers/frontend.py b/runbot/controllers/frontend.py index 90ce4bc1..eada071d 100644 --- a/runbot/controllers/frontend.py +++ b/runbot/controllers/frontend.py @@ -510,7 +510,7 @@ class Runbot(Controller): qctx = { 'team': team, 'teams': teams, - 'build_assignment_ids': request.env['runbot.build.assignment'].search(domain, order=order), + 'build_assignment_ids': request.env['runbot.build.error'].search(domain, order=order), 'hide_empty': bool(hide_empty), 'searchbar_sortings': searchbar_sortings, 'sortby': sortby,