Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure reordered items match the bindings number #5639

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented Aug 28, 2024

WHY

BEFORE - What was wrong? What was happening before this PR?

Reported in #5634

We used ALL the entries to build the bindings, and when developer filtered the collection that would throw a "parameter number mismatch" error.

AFTER - What is happening after this PR?

We only add the number of bindings corresponding to the number of reordered items.

HOW

How did you achieve that, in technical terms?

Removed "extra", non reordered items from the keys we fetched from database.

Is it a breaking change?

I don't think so, no.

@pxpm pxpm self-assigned this Aug 28, 2024
@pxpm pxpm added the Possible Bug A bug that was reported but not confirmed yet. label Aug 28, 2024
@pxpm pxpm merged commit 61939b9 into main Aug 29, 2024
9 checks passed
@pxpm pxpm deleted the ensure-reorder-items-match-the-bidings branch August 29, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A bug that was reported but not confirmed yet.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant