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

Node content should inherit chosen culture #6355

Closed
KristianMedK opened this issue Sep 17, 2019 · 5 comments
Closed

Node content should inherit chosen culture #6355

KristianMedK opened this issue Sep 17, 2019 · 5 comments

Comments

@KristianMedK
Copy link

this request is in response to my forum post here: https://our.umbraco.com/forum/using-umbraco-and-getting-started/99054-node-content-always-shows-in-default-culture

When chosing a culture in the left pane, which isn't the default one, you have to change the node content culture everytime you chose a new node, because they alway chose default culture, and not the chosen one for content.

I'm new to this community, so please let me know, if there's something missing for this feature request, or if it shouldn't be here at all.

@nul800sebastiaan
Copy link
Member

Hmm, strange, I don't see this behavior in 8.1.4 at all, which version are you using?

This is how it works for me:
6355

If you're running a version lower than 8.1.4 then make sure to upgrade and try again, I remember we updated some language selection issues in recent versions.

I'll close this for now unless you have some more specific steps to reproduce the problem.

@KristianMedK
Copy link
Author

We're running version 8.1.0 so that might be it.
I'll have a look at upgrading the solution.

@KristianMedK
Copy link
Author

KristianMedK commented Sep 22, 2019

I've updated to version 8.1.4 and when i run umbraco locally it works, but when i deploy to azure, and try it in production, it still chooses the default language everytime i pick a new node.

I tried pointing my local version to the prod DB, and it still works, so the only difference is the domain being localhost instead of mydomain.com

Any idea as to why that would break the varying culture default choice in the content pane ?

@nul800sebastiaan in your test, did you run umbraco on localhost, or on a hosted instance using a live domain ?

@nul800sebastiaan
Copy link
Member

Sounds like you might not have deployed all files in the Umbraco folder. Don't forget to update the version in Clientdependency.config on your azure site to make sure the newest versions of the client side files get used.

My tests were on local and on a Cloud site.

@KristianMedK
Copy link
Author

Ended up deploying using a nuget installation of umbraco instead of the visual code version where i had downloaded umbraco and build/run it witu visual code.

The upgrade went through, and the language issue is fixed. Although i'm not sure why it didn't work using visual code. All files were replaced, and Clientdependency.config was identical to my local version where it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants