Is it possible to disable the "shared across alla languages" warning?
Hello
Does anyone know if it's possible to disable the "shared across alla languages" warning in the Umbraco backoffice gui? Our editors find it really annoying.
I found some hard to understand instructions claiming the setting:
AllowEditInvariantFromNonDefault
would change this behaviour. But it does not, neither true or false makes a difference. Plus the current language being edited IS the default language.
I agree, I also find this warning very annoying. I think there should be some kind of visual indication that the property is used across all languages, but having to click that button every time you want to edit the share content is a royal PITA.
I agree with that it's annoying, but I think it should be shown only when editor tries to edit value from not default language.
Editing from default language should be possible without the warning.
Is it possible to disable the "shared across alla languages" warning?
Hello
Does anyone know if it's possible to disable the "shared across alla languages" warning in the Umbraco backoffice gui? Our editors find it really annoying.
Regards Fredrik
Hi Fredrik
It looks like it's in the umb-property-editor.html view
https://github.com/umbraco/Umbraco-CMS/blob/33adbf41fa1f5c5d0759c70a7116114107addf56/src/Umbraco.Web.UI.Client/src/views/components/property/umb-property-editor.html
The message comes from the invariantCulturePropertyUnlockHelp label (and similar for vary by segment)
But there doesn't look to be a way to turn it off globally...
Possibly could be hidden with CSS? hmm
Not sure this observation helps, wonder if it's worth raising an issue on the tracker about turning it off.
regards
Marc
Thanks Marc
I found some hard to understand instructions claiming the setting:
AllowEditInvariantFromNonDefault
would change this behaviour. But it does not, neither true or false makes a difference. Plus the current language being edited IS the default language.
https://docs.umbraco.com/umbraco-cms/v/10.latest-lts/reference/configuration/securitysettings#allow-edit-invariant-from-non-default
Regards Fredrik
I agree, I also find this warning very annoying. I think there should be some kind of visual indication that the property is used across all languages, but having to click that button every time you want to edit the share content is a royal PITA.
My client is v frustrated with it. Any update on how to disable it would be v much appreciated.
I made a quickfix that is too ugly to become a proper package, but it works for me
/App_Plugins/AutoUnlock/package.manifest
/App_Plugins/AutoUnlock/AutoUnlock.js
Settings:
should help.
More info here: https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings#allow-edit-invariant-from-non-default
I agree with that it's annoying, but I think it should be shown only when editor tries to edit value from not default language. Editing from default language should be possible without the warning.
Your solution worked on v13. Thanks.
I created an issue in GitHub...
https://github.com/umbraco/Umbraco-CMS/issues/15501
If you could comment on it, it might give it some traction.
Jonas - thanks for the plugin! Works great, though I agree it's a bit kloodgy to be a real solution.
Thanks Alan. I wrote a comment to give them som insight in why we use shared properties.
Regards Fredrik
is working on a reply...