You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: