Skip to content

Commit a9bf2ed

Browse files
jaroelagitator
authored andcommitted
Update CHANGES.rst
1 parent 04decd8 commit a9bf2ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ New features:
1414

1515
Bug fixes:
1616

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+
1721
- Make sure robot autologin test fixture is not accidentally torn down
1822
when the Dexterity fixture's ZODB sandbox is reverted.
1923
[davisagli]

plone/app/dexterity/behaviors/metadata.py

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
def default_language(context):
4040
# If we are adding a new object, context will be the folderish object where
4141
# this new content is being added
42-
# import pdb; pdb.set_trace()
4342
language = None
4443

4544
# Try to get the language from context or parent(s)

0 commit comments

Comments
 (0)