title | issue | author | author_email |
---|---|---|---|
Fix unstable sort order in `ImportExport::export()` which might lead to duplicate or missing entries |
NEXT-22950 |
Tobias Bachert |
- Changed
ImportExport::export()
to use a tiebreaker sorting to avoid duplicate or missing entries if entries around$exportLimit
compare as equal.