-
Notifications
You must be signed in to change notification settings - Fork 168
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: Use KeyMapper by default to generate unique keys #13883
Conversation
Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* fix: Use KeyMapper by default for unique keys * fix: Use KeyMapper by default to generate unique keys Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156
* fix: Use KeyMapper by default for unique keys * fix: Use KeyMapper by default to generate unique keys Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156
Hi @mshabarov and @taefi, when i performed cherry-pick to this commit to 2.8, i have encountered the following issue. Can you take a look and pick it manually? |
* fix: Use KeyMapper by default for unique keys * fix: Use KeyMapper by default to generate unique keys Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156
Hi @mshabarov and @taefi, when i performed cherry-pick to this commit to 2.7, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @mshabarov and @taefi, when i performed cherry-pick to this commit to 1.0, i have encountered the following issue. Can you take a look and pick it manually? |
* fix: Use KeyMapper by default for unique keys * fix: Use KeyMapper by default to generate unique keys Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156 (cherry picked from commit 570244d)
Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156
Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156 Co-authored-by: Mikhail Shabarov <[email protected]>
Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156
* fix: Use KeyMapper by default for unique keys * fix: Use KeyMapper by default to generate unique keys Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156 (cherry picked from commit 570244d)
This ticket/PR has been released with Vaadin 14.8.13. |
* fix: Use KeyMapper by default for unique keys * fix: Use KeyMapper by default to generate unique keys Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156 (cherry picked from commit 570244d)
Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row. Part-of: vaadin/flow-components#3156 (cherry picked from commit 570244d) Co-authored-by: Mikhail Shabarov <[email protected]>
Description
Delegates to regular KeyMapper whenever the unique key provider is not present and a unique key is needed for a row.
Part-of: vaadin/flow-components#3156
Type of change
Checklist
Additional for
Feature
type of change