Commit 284a023
fix: add deterministic ordering by id to review recap views
Proposals with the same score were appearing in non-deterministic order
in the review system recap views. Added secondary sort by `id` to both
the grants recap view and proposals recap view to ensure consistent
ordering.
Fixes #4535
Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>1 parent f74c682 commit 284a023
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
| 570 | + | |
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| |||
0 commit comments