diff --git a/CHANGES.rst b/CHANGES.rst index dd39d8a..098b716 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,8 +14,14 @@ New features: Bug fixes: +- Allow ``confirm-action`` for all contexts, instead of only Plone Site root. + This avoids an error when calling it on a subsite. + Fixes `issue #51 `_. + [maurits] + - Code Style: utf8-headers, import sorting, new style namespace declaration, autopep8 [jensens] + - Fix #57: Html must contain "body", otherwise plone.protect breaks. [jensens] diff --git a/plone/protect/configure.zcml b/plone/protect/configure.zcml index d31bd7c..0f7f711 100644 --- a/plone/protect/configure.zcml +++ b/plone/protect/configure.zcml @@ -42,7 +42,7 @@