get rid of plone.app.controlpanel dependencies
This commit is contained in:
parent
3c36af8ebc
commit
64529715ee
@ -15,6 +15,9 @@ 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>`_.
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
<!-- Control panel event subscribers -->
|
<!-- Control panel event subscribers -->
|
||||||
|
|
||||||
<subscriber
|
<subscriber
|
||||||
for="plone.app.controlpanel.interfaces.IConfigurationChangedEvent"
|
for="Products.CMFPlone.interfaces.events.IConfigurationChangedEvent"
|
||||||
handler=".browser.controlpanel.notify_configuration_changed"
|
handler=".browser.controlpanel.notify_configuration_changed"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user