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 don't always import in tree order #85

Closed
KevinJump opened this issue Mar 3, 2020 · 1 comment
Closed

Dictionary Items don't always import in tree order #85

KevinJump opened this issue Mar 3, 2020 · 1 comment
Assignees
Labels
bug Something isn't working release/8.5.1

Comments

@KevinJump
Copy link
Owner

Dictionary items, don't always import in the tree correctly.

this is because the Dictionary Handler is inheriting from uSyncHandlerBase, which isn't level aware.
it should inherit from uSyncLevelBase, which does sort the items by level before importing them.

@KevinJump KevinJump added bug Something isn't working release/8.5.1 labels Mar 3, 2020
@KevinJump KevinJump self-assigned this Mar 3, 2020
@KevinJump
Copy link
Owner Author

fixed in 8adfabe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release/8.5.1
Projects
None yet
Development

No branches or pull requests

1 participant