Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Claus Thomsen 5 posts 85 karma points
    Mar 03, 2020 @ 14:30
    Claus Thomsen
    0

    USync not importing dictionary nodes in correct hierarchy

    When running USync a lot of the dictionary nodes are created as unparented when they instead should be created as a child of another dictionary node.

    This is how it should look like:

    enter image description here

    But after the import it looks like this:

    enter image description here

    E.g. "Anchor" should be a child of the "Backoffice" node and "Anchor.Anchor name" should be a child of "Anchor". I can see in the config files that they point to the correct parents, e.g. for the "Anchor" it looks like this:

    <Parent>Backoffice</Parent>
    

    But this is not reflected in the hierarchy. Anybody know what went wrong?

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Mar 03, 2020 @ 14:37
    Kevin Jump
    0

    Hi Claus,

    what version of uSync / umbraco are you running?

    Kevin

  • Claus Thomsen 5 posts 85 karma points
    Mar 03, 2020 @ 14:41
    Claus Thomsen
    0

    Hi Kevin

    We're using uSync.ContentEdition 8.5.0.1 and Umbraco 8.5.4

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Mar 03, 2020 @ 15:27
    Kevin Jump
    100

    Hi Claus,

    yes, it looks like we have an issue where we don't check the level of items before import.

    For now : a second import fixes the order, and we have a fix ready for the next release.

    https://github.com/KevinJump/uSync8/issues/85

  • Claus Thomsen 5 posts 85 karma points
    Mar 03, 2020 @ 15:35
    Claus Thomsen
    0

    Hi Kevin

    Great, thanks! We actually tried a second import, but due to the OneWay option being enabled it didn't work. But after disabling this the hierarchy is now correct. Thanks again.

    Claus

Please Sign in or register to post replies

Write your reply to:

Draft