mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: fix frontend team dashboards
This commit is contained in:
parent
c2e9aaf387
commit
c9e8e13606
@ -510,7 +510,7 @@ class Runbot(Controller):
|
|||||||
qctx = {
|
qctx = {
|
||||||
'team': team,
|
'team': team,
|
||||||
'teams': teams,
|
'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),
|
'hide_empty': bool(hide_empty),
|
||||||
'searchbar_sortings': searchbar_sortings,
|
'searchbar_sortings': searchbar_sortings,
|
||||||
'sortby': sortby,
|
'sortby': sortby,
|
||||||
|
Loading…
Reference in New Issue
Block a user