Revert "get rid of plone.app.controlpanel dependencies"

This reverts commit 64529715ee.
This commit is contained in:
Jens W. Klein 2018-08-08 12:36:01 +02:00
parent 64529715ee
commit fa7ee67be4
2 changed files with 1 additions and 4 deletions

View File

@ -15,9 +15,6 @@ New features:
Bug fixes: Bug fixes:
- Fix location of controlpanel events.
[jensens]
- Fixed tests when IRichText behavior is used. - Fixed tests when IRichText behavior is used.
IRichText -> IRichTextBehavior IRichText -> IRichTextBehavior
This is a follow up to `issue 476 <https://github.com/plone/plone.app.contenttypes/issues/476>`_. 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 --> <!-- Control panel event subscribers -->
<subscriber <subscriber
for="Products.CMFPlone.interfaces.events.IConfigurationChangedEvent" for="plone.app.controlpanel.interfaces.IConfigurationChangedEvent"
handler=".browser.controlpanel.notify_configuration_changed" handler=".browser.controlpanel.notify_configuration_changed"
/> />