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

Toggle for varying document properties by culture, disappears when installing uSync.Complete #242

Closed
gab-trifork opened this issue Sep 25, 2024 · 2 comments

Comments

@gab-trifork
Copy link

Describe the bug
Installing uSync.Complete makes the "vary by culture" toggle on property level disappear.

Version (please complete the following information):

  • Umbraco Version: 14.2.0
  • uSync.Complete Version: 14.2.0
  • uSync Version: Not installed manually, Backoffice -> Settings -> uSync shows 14.2.1

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Umbraco 14.2.0 project: dotnet new umbraco
  2. Install uSync.Complete: dotnet add package uSync.Complete
  3. Start the server and go through initial Umbraco setup: dotnet run
  4. Follow instructions for varying by culture (add language, create document type) (https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/variants)
  5. When on the step To allow a property on the Document Type to be varied it will have to be enabled for the property: notice that there is no toggle for enabling "vary by culture" for the property.
  6. Stop the server and uninstall uSync.Complete dotnet remove package uSync.Complete
  7. Start the server again and the toggle is now there.

Expected behavior
The toggle is there letting me enable vary by culture for the property

Screenshots
I initially opened this issue on Umbraco-CMS GitHub, because I had overlooked that i has uSync.Complete as a depencency.
Might contain useful information (theres a few screenshots as well)
umbraco/Umbraco-CMS#17111

@KevinJump
Copy link
Member

Hi,

Thanks for this, tracked it down and its fixed in v14.2.1

https://www.nuget.org/packages/uSync.Complete/14.2.1

@KevinJump
Copy link
Member

fixed in 14.2.1

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