mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[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:
parent
e49c583b5b
commit
86810df3f7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user