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

MapStoreConfig enabled initial value inconsistency #18216

Closed
blazember opened this issue Feb 15, 2021 · 0 comments · Fixed by #18217
Closed

MapStoreConfig enabled initial value inconsistency #18216

blazember opened this issue Feb 15, 2021 · 0 comments · Fixed by #18217
Assignees
Labels
Milestone

Comments

@blazember
Copy link
Contributor

If map-store is configured in the declarative config it is disabled unless enabled="true" is explicitly set. With the external config override, we reuse the default MapConfig.MapStoreConfig, which has enabled set to false. This makes sense since the map store shouldn't be enabled unless it's explicitly configured so. In MemberDomConfigProcessor MapStoreConfig.enabled should be set to true unless enabled="false" is explicitly set in the declarative config.

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 a pull request may close this issue.

2 participants