VULN-1903 fix: Correctly refresh previously loaded rows#1188
Merged
leSamo merged 1 commit intoRedHatInsights:masterfrom Sep 6, 2021
Merged
VULN-1903 fix: Correctly refresh previously loaded rows#1188leSamo merged 1 commit intoRedHatInsights:masterfrom
leSamo merged 1 commit intoRedHatInsights:masterfrom
Conversation
|
Referenced Jiras: |
kpatticha
pushed a commit
that referenced
this pull request
Sep 6, 2021
## [1.77.5](v1.77.4...v1.77.5) (2021-09-06) ### Bug Fixes * Correctly refresh previously loaded rows ([#1188](#1188)) ([c99c502](c99c502))
Contributor
|
🎉 This PR is included in version 1.77.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Kinlaw
pushed a commit
to RedHatInsights/vulnerability-ui-build
that referenced
this pull request
Sep 6, 2021
## [1.77.5](RedHatInsights/vulnerability-ui@v1.77.4...v1.77.5) (2021-09-06) ### Bug Fixes * Correctly refresh previously loaded rows ([#1188](RedHatInsights/vulnerability-ui#1188)) ([c99c502](RedHatInsights/vulnerability-ui@c99c502))
Kinlaw
pushed a commit
to RedHatInsights/vulnerability-ui-build
that referenced
this pull request
Sep 6, 2021
## [1.77.5](RedHatInsights/vulnerability-ui@v1.77.4...v1.77.5) (2021-09-06) ### Bug Fixes * Correctly refresh previously loaded rows ([#1188](RedHatInsights/vulnerability-ui#1188)) ([c99c502](RedHatInsights/vulnerability-ui@c99c502))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From unionBy documentation:
So if an item is contained in both previously loaded rows and new data, we should prioritize the new attributes; otherwise we'd use the old attributes for overlapping items.