You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed another issue while playing around with the cursor pagination. (please don't hate me 🙈)
If you actually use a ResourceCollection as output, the wrong cursor will be used for the pagination links.
For example if you're sorting on pivot.id, it will use user.id.
Steps To Reproduce:
If you pull my repo previously created for #37915, there is a new route /collection with some debug outputs.
In this case, it should always be 26 instead of 42.
The text was updated successfully, but these errors were encountered:
Description:
I noticed another issue while playing around with the cursor pagination. (please don't hate me 🙈)
If you actually use a
ResourceCollection
as output, the wrong cursor will be used for the pagination links.For example if you're sorting on
pivot.id
, it will useuser.id
.Steps To Reproduce:
If you pull my repo previously created for #37915, there is a new route
/collection
with some debug outputs.In this case, it should always be
26
instead of42
.The text was updated successfully, but these errors were encountered: