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

Dictionary Items not nesting properly on import #188

Closed
garpunkal opened this issue Nov 16, 2020 · 3 comments
Closed

Dictionary Items not nesting properly on import #188

garpunkal opened this issue Nov 16, 2020 · 3 comments
Labels
release/8.8.0 major/minor release

Comments

@garpunkal
Copy link

Describe the bug
If you use a nested dictionary structure, such as:

checkout
--- checkout.address1
--- checkout.address2
--- checkout.deliveryAddress1

address 1 and address 2 aren't nested under checkout after import.
I believe this is because the parent node (checkout) isn't created yet.

To Reproduce
Above

Expected behavior
All parent nodes should be (no under ) should be created first, so nested content has a chance to be imported under the right parent.

Screenshots

Desktop (please complete the following information):

  • Umbraco Version: 8.9.1
  • uSync Version: 8.7.2.0
  • OS: [e.g. iOS] Windows 10
  • Browser [e.g. chrome, safari] Chrome (latest)

Additional context
Add any other context about the problem here.

@KevinJump
Copy link
Owner

Hi,

Can you just confirm that on a second import the structure fixes itself (that would prove is was the missing parent).

Kevin

@garpunkal
Copy link
Author

That solves it, thanks

@KevinJump
Copy link
Owner

Hi, opening as we will still fix, it it should do it on first pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/8.8.0 major/minor release
Projects
None yet
Development

No branches or pull requests

2 participants