Skip to content

VULN-1903 fix: Correctly refresh previously loaded rows #1188

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

Merged
merged 1 commit into from
Sep 6, 2021

Conversation

leSamo
Copy link
Member

@leSamo leSamo commented Sep 6, 2021

From unionBy documentation:

Result values are chosen from the first array in which the value occurs.

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.

@jira-linking
Copy link

jira-linking bot commented Sep 6, 2021

Referenced Jiras:
https://issues.redhat.com/browse/VULN-1903

@leSamo leSamo merged commit c99c502 into RedHatInsights:master Sep 6, 2021
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))
@kpatticha
Copy link
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))
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.

2 participants