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
52a467718e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user