[FIX] runbot: fix frontend team dashboards

This commit is contained in:
Christophe Monniez 2024-11-19 08:32:44 +01:00 committed by xdo
parent c2e9aaf387
commit c9e8e13606

View File

@ -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,