Skip to content

Commit

Permalink
Merge pull request #13 from eea/develop
Browse files Browse the repository at this point in the history
Develop refs #250564
  • Loading branch information
alecghica authored Apr 19, 2023
2 parents 9a5d597 + e534a66 commit a3842c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2.2 - (2023-04-19)
---------------------------
* Bug fix: restore IVoltoSettings interface
[alecghica refs #250564]

2.1 - (2023-04-11)
---------------------------
* Bug fix: RestAPI fix DateTime timezone for ICoreMetadata fields serializer/deserializer
Expand Down
5 changes: 5 additions & 0 deletions eea/volto/policy/interfaces.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# -*- coding: utf-8 -*-
"""Module where all interfaces, events and exceptions live."""
from plone.volto.interfaces import IVoltoSettings
from zope.publisher.interfaces.browser import IDefaultBrowserLayer


class IEeaVoltoPolicyLayer(IDefaultBrowserLayer):
"""Marker interface that defines a browser layer."""

__all__ = [
IVoltoSettings.__name__,
]
2 changes: 1 addition & 1 deletion eea/volto/policy/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1
2.2

0 comments on commit a3842c0

Please sign in to comment.