Skip to content

Commit

Permalink
Dashboard, a-woo-oo.
Browse files Browse the repository at this point in the history
  • Loading branch information
palmertab committed Nov 16, 2024
1 parent b1e6b4f commit 4671e50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/controllers/tab/all/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,11 +690,12 @@ export const tournDashboard = {
and exists (
select b2.id
from ballot b2
where b2.panel = panel.id
from ballot b2, panel p2
where 1 = 1
and p2.round = round.id
and p2.id = b2.panel
and b2.bye = 0
and b2.forfeit = 0
and (b2.audit = 0 OR round.type = 'final')
and b2.judge > 0
)
order by event.name, round.name, ballot.judge, ballot.audit
Expand Down

0 comments on commit 4671e50

Please sign in to comment.