-
Notifications
You must be signed in to change notification settings - Fork 409
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 #10626 adding possibilities for better updating store #10627
Conversation
# Conflicts: # web/client/actions/__tests__/catalog-test.js
web/client/actions/layers.js
Outdated
*/ | ||
export function updateAllLayers(layers) { | ||
return { | ||
type: UPDATE_ALL_LAYERS, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based also on the jsdoc this operation represent a replacement so I would call this REPLACE_LAYERS/replaceLayers
@MV88 @ElenaGallo this improvements are related to new actions for development so I don't think there are test to be done |
correct |
Fix geosolutions-it#10626 adding possibilities for better updating store (geosolutions-it#10627)
Description
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
Fix #10626
What is the new behavior?
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information