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

fix interface of settings according to CMFPlone #394

Merged
merged 1 commit into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions news/394.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
In CMFPlone the ILanguage schema was moved to plone.i18n and is referenced as such there, here the change was missing.
[jensens]
2 changes: 1 addition & 1 deletion src/plone/app/multilingual/profiles/default/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<value key="contains_objects" purge="false"><element>LIF</element></value>
</records>

<records interface="Products.CMFPlone.interfaces.ILanguageSchema" prefix="plone">
<records interface="plone.i18n.interfaces.ILanguageSchema" prefix="plone">
<value key="use_cookie_negotiation">True</value>
<value key="use_request_negotiation">False</value>
<value key="use_content_negotiation">True</value>
Expand Down