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

Fix (user,site,app).data to be merged to (user,site,app).ext.data #1141

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

rpanchyk
Copy link
Contributor

@rpanchyk rpanchyk commented Feb 8, 2021

if we have two keys:

  • user.data.key = value1
  • user.data.ext.key = value2

then in result we should have user.data.ext.key = value1 (overriding ext.ATTR)

@rpanchyk rpanchyk requested a review from schernysh February 8, 2021 13:08
@rpanchyk rpanchyk merged commit f527be3 into master Feb 8, 2021
@rpanchyk rpanchyk deleted the fix-user-site-app-data-merge-ext-data branch February 8, 2021 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants