Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroel authored and agitator committed May 9, 2022
1 parent 04decd8 commit a9bf2ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ New features:

Bug fixes:

- Don't acquire lanuage from portal root default_language for ICategorization.language.
Fixes https://github.com/plone/plone.app.dexterity/issues/258
[jaroel]

- Make sure robot autologin test fixture is not accidentally torn down
when the Dexterity fixture's ZODB sandbox is reverted.
[davisagli]
Expand Down
1 change: 0 additions & 1 deletion plone/app/dexterity/behaviors/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
def default_language(context):
# If we are adding a new object, context will be the folderish object where
# this new content is being added
# import pdb; pdb.set_trace()
language = None

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

0 comments on commit a9bf2ed

Please sign in to comment.