How to preserve true/false property values in translated content
Hi.
I was wondering if there was any way to preserve the value of a true/false property from the source document to the target document.
I have a process that triggers on publish when a true/false property is set to true and I would like that to happen for a translated document. Currently the document editor must manually set the property on the translated document node and re-publish.
We are using v2.4.4 of the translation manager NuGet package.
Those values should be persevered between translations, as they are taken from the source value when the translation is approved.
you are running a quite old version of Translation manager, i would recommend you update to the latest version you can (for Umbraco 7 that is v2.4.21) as that might have fixes in it that make this work for you.
How to preserve true/false property values in translated content
Hi.
I was wondering if there was any way to preserve the value of a true/false property from the source document to the target document.
I have a process that triggers on publish when a true/false property is set to true and I would like that to happen for a translated document. Currently the document editor must manually set the property on the translated document node and re-publish.
We are using v2.4.4 of the translation manager NuGet package.
Many thanks.
Hi Al,
Those values should be persevered between translations, as they are taken from the source value when the translation is approved.
you are running a quite old version of Translation manager, i would recommend you update to the latest version you can (for Umbraco 7 that is v2.4.21) as that might have fixes in it that make this work for you.
https://www.nuget.org/packages/Jumoo.TranslationManager/2.4.21
Thanks Kevin, I'll give that a whirl and confirm how it goes.
is working on a reply...