Files
twenty/packages/twenty-server
Weiko 3f58a41d2f Fix sort with pagination and composite fields (#9150)
Fixes https://github.com/twentyhq/twenty/issues/8863

## Description
This PR fixes an issue with cursor-based pagination when dealing with
composite fields (like `fullName`). Previously, the pagination direction
was incorrectly determined for composite fields because the code wasn't
properly handling nested object structures in the `orderBy` parameter.
Refactored the code accordingly.
2024-12-19 16:41:04 +01:00
..
2024-09-18 17:35:08 +02:00
2024-12-19 15:24:49 +01:00
2024-12-12 15:46:48 +00:00
2024-12-12 15:46:48 +00:00
2024-09-20 11:02:52 +02:00
2024-10-05 00:23:23 +02:00
2024-12-11 19:23:51 +01:00