Jumoo / jumoo-docs

Documentation for uSync and Translation manager
https://docs.jumoo.co.uk
0 stars 9 forks source link

Wrong links in single-site config #7

Closed JohanAlkemade closed 1 year ago

JohanAlkemade commented 2 years ago

Hi,

We are seeing something weird going on with links in RTE's properties on Umbraco 9. Sometimes the translated variants get the wrong link.

The way we are using Translation Manager is by language variants, so multiple languages on one root node. It looks like that the LinkResolver is looking at the default "Relate document on copy" relation. I think that results in a wrong link if you use the package with only variants in a single root node, if you have documents that you have created by copy and rename.

As a workaround we have disabled the "Update links", but the documentation on that is wrong, it should be:

    "links": {
        "pickers": false
    },

and not

    "links": {
        "updatePicked": false,
        "updateInline": false
    },
KevinJump commented 2 years ago

Hi Johan,

Thanks, we will take a look.

there is a rare case where people with loopback "variants" setups also want to resolve links (if those links are to another bit of their site that is setup the other way with tree-ed content) but you are right we should probably have it off by default and something people doing it the other way turn on.