[FIX] runbot: fix frontend team dashboards again

The previous fix in c9e8e1360 was not enough, while preventing a crash
of the view, the view was empty.
This commit is contained in:
Christophe Monniez 2025-01-06 12:09:37 +01:00 committed by xdo
parent e49c583b5b
commit 86810df3f7

View File

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