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

Fix #7391: Datatable encode selected row keys #7403

Merged
merged 1 commit into from Jun 10, 2021

Conversation

melloware
Copy link
Member

@melloware melloware commented Jun 9, 2021

Failing test proving the issue

DataTable004Test.testSelectionSingleUnselectProgrammatically:
138->lambda$testSelectionSingleUnselectProgrammatically$2:138 Found a selected row! ==> expected: <false> but was: <true>

@melloware melloware changed the title Integration Test #7391 Fix #7391: Datatable encode selected row keys Jun 10, 2021
@melloware
Copy link
Member Author

OK I fixed the SelectionFeature to do the correct thing to encode selectionRowKeys. Now running entire Integration test suite including the newly failing test to see if it passes.

@melloware melloware linked an issue Jun 10, 2021 that may be closed by this pull request
@melloware
Copy link
Member Author

The new selection test is passing as well as all the old tests!

@tandraschko tandraschko merged commit ebee2cc into primefaces:master Jun 10, 2021
@melloware melloware deleted the PF7391-IT branch June 10, 2021 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Datatable: Row remains selected after clearing backing bean
2 participants