We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04decd8 commit a9bf2edCopy full SHA for a9bf2ed
CHANGES.rst
@@ -14,6 +14,10 @@ New features:
14
15
Bug fixes:
16
17
+- Don't acquire lanuage from portal root default_language for ICategorization.language.
18
+ Fixes https://github.com/plone/plone.app.dexterity/issues/258
19
+ [jaroel]
20
+
21
- Make sure robot autologin test fixture is not accidentally torn down
22
when the Dexterity fixture's ZODB sandbox is reverted.
23
[davisagli]
plone/app/dexterity/behaviors/metadata.py
@@ -39,7 +39,6 @@
39
def default_language(context):
40
# If we are adding a new object, context will be the folderish object where
41
# this new content is being added
42
- # import pdb; pdb.set_trace()
43
language = None
44
45
# Try to get the language from context or parent(s)
0 commit comments