get rid of plone.app.controlpanel dependencies

This commit is contained in:
Jens W. Klein 2018-08-08 12:34:22 +02:00
parent 3c36af8ebc
commit 64529715ee
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ New features:
Bug fixes:
- Fix location of controlpanel events.
[jensens]
- Fixed tests when IRichText behavior is used.
IRichText -> IRichTextBehavior
This is a follow up to `issue 476 <https://github.com/plone/plone.app.contenttypes/issues/476>`_.

View File

@ -66,7 +66,7 @@
<!-- Control panel event subscribers -->
<subscriber
for="plone.app.controlpanel.interfaces.IConfigurationChangedEvent"
for="Products.CMFPlone.interfaces.events.IConfigurationChangedEvent"
handler=".browser.controlpanel.notify_configuration_changed"
/>