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
+1 -1
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"
/>