Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Export doesn't take language variation into account/ the exported content doesn't get imported #160

Open
Sejersen92 opened this issue Sep 25, 2020 · 6 comments
Assignees
Labels
Investigating Looking at this issue to see if we can identify a root cause

Comments

@Sejersen92
Copy link

I haven't worked with uSync before, but the uSync for settings works perfectly!
And since I needed to transfer content from one environment to another, I thought the ContentEdition would work.
Currently I have 4 languages; Danish, English, Russian and Finnish, and as far as I can see in my backoffice, it only takes the "default" language into account, i.e. Danish. Also, when I click the import button on the production environment, I didn't get any items imported, in terms of content.

To Reproduce
Steps to reproduce the behavior:

  1. Create a test page on each of the languages you have specified for the Umbraco 8.6+ solution.
  2. Export all content from the staging environment.
  3. Import Content and Media items on another environment, for an example production.

Expected behavior
I expect my content to be imported on the other environment.

Desktop (please complete the following information):

  • Umbraco Version: 8.6.1
  • uSync Version: v8.7.0.1 + Content Edition
  • OS: Windows 10
  • Browser: Google Chrome.
@KevinJump
Copy link
Owner

KevinJump commented Sep 25, 2020

😢 this should work, i will test we didn't break anything, but you should see all the language values exported in the files like below:

    <title>
      <Value Culture="cy"><![CDATA[Some welsh words]]></Value>
      <Value Culture="en-gb"><![CDATA[Title Here Updated]]></Value>
    </title>

and the node name should look like this :

    <NodeName Default="Homepage">
      <Name Culture="cy">Welsh Homepage</Name>
      <Name Culture="en-gb">Homepage</Name>
    </NodeName>

and then if its right that goes into the other site.... but i will check on a setup like you have that its currently working.

@Sejersen92
Copy link
Author

Sejersen92 commented Sep 25, 2020 via email

@KevinJump
Copy link
Owner

Hi Mikkel,

when you look in the target site do you get the language drop down ?
image

if you don't then its possible the languages haven't synced (they should as part of the settings, but its worth checking).

@Sejersen92
Copy link
Author

Sejersen92 commented Sep 25, 2020 via email

@KevinJump
Copy link
Owner

Hi, I am struggling to reproduce the error to be honest, when i setup and tested this it is working for me.

if possible can you send me a copy of the usync folder you are attempting to sync (you can mail it to usync@jumoo.co.uk).

@KevinJump KevinJump added the Investigating Looking at this issue to see if we can identify a root cause label Sep 25, 2020
@KevinJump KevinJump self-assigned this Sep 25, 2020
@Sejersen92
Copy link
Author

Sejersen92 commented Sep 26, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigating Looking at this issue to see if we can identify a root cause
Projects
None yet
Development

No branches or pull requests

2 participants