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

Bugfix/issue 8168 fix batch consistency #8177

Conversation

pietaj
Copy link
Contributor

@pietaj pietaj commented Apr 23, 2024

Subject
Fix Inconsistent Batch Selection Behavior

This PR addresses an inconsistency observed when both the all_elements and individual list rows are selected simultaneously before executing a batch action. The changes ensure that all_elements has priority over individual indices, leading to more predictable outcomes for batch operations.

I am targeting this branch, because these changes are backwards compatible and do not introduce any breaking changes.

Closes #8168.

Changelog

### Fixed
- Batch consistency

Piotr Januszewski added 2 commits April 23, 2024 13:26
This commit fixes inconsistent behavior observed when both
'all_elements' and individual list rows are selected
simultaneously before executing a batch action. The resolved
behavior is detailed in sonata-project#8168.
@VincentLanglet VincentLanglet merged commit 3745ebb into sonata-project:4.x May 2, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incoherent batch behavior when performing batch all_elements and specifying id's at the same time
2 participants