Not including all my properties, and the values are blank
Closed this issue · 2 comments
I think I have something fundamental wrong with my app.
My Blog Post has properties including; title (textstring), description (textarea), and mainContent (RTE) (+ nodeName of course). All these properties vary by culture and were assigned through two different compositions.
When my blog post that has these properties populated, if shows 3 properties, and 0 words. I suspect the 3 includes nodeName.
When I send the content for translation the mainContent property is missing entirely and the other two properties are blank. mainContent is set be a different composition, and is also on another tab from the other two properties.
My translation set has * for the property filter.
I'm at a bit of a loss to know where the issue might be.
It is running on Umbraco v11, and upgraded from v8, so I don't know if some corruption could creep in there?
Could there be some temp files left on the server that might upset things?
Hi,
It might be your source language, i notice on the screenshots, your content is in the "English" version of the page.
but the translation set it translating from English (United Kingdom) -
I would change the master node for the set to use "English" as it appears in the drop down on the content page.
Yes - it is that. Language options changed and not updated in the translation set. Thank you.