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