Skip to content

Commit

Permalink
Merge pull request #2282 from plone/thet-exceptionview
Browse files Browse the repository at this point in the history
 Register the ``ExceptionView`` for the unspecific ``zope.interface.Interface`` for easier overloading.
  • Loading branch information
thet committed Jan 31, 2018
2 parents 228841d + ed4f3fa commit f1d4305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -35,6 +35,10 @@ New Features:

Bug Fixes:

- Register the ``ExceptionView`` for the unspecific ``zope.interface.Interface`` for easier overloading.
Fixes a problem, where plone.rest couldn't overload the ExceptionView with an adapter bound to ``plone.rest.interfaces.IAPIRequest``.
[thet]

- Fixed linkintegrity robot tests. [maurits]

- Fixed flaky actions controlpanel tests by waiting longer. [maurits]
Expand Down
1 change: 1 addition & 0 deletions Products/CMFPlone/browser/configure.zcml
Expand Up @@ -283,6 +283,7 @@
class=".exceptions.ExceptionView"
template="templates/error_message.pt"
permission="zope.Public"
layer="zope.interface.Interface"
/>

</configure>

0 comments on commit f1d4305

Please sign in to comment.