Skip to content

Commit

Permalink
comment out subscriber with missing handler method, a new registratio…
Browse files Browse the repository at this point in the history
…n will need to be made once it is discovered how the new p.a.linkintegrity deals with deleted content
  • Loading branch information
cewing committed Sep 8, 2015
1 parent 8db0ea7 commit f333c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collective/cover/subscribers.zcml
Expand Up @@ -25,10 +25,11 @@
handler=".events.modifiedCoverTile"
/>

<!--
<subscriber
for="collective.cover.tiles.base.IPersistentCoverTile
zope.lifecycleevent.interfaces.IObjectRemovedEvent"
handler="plone.app.linkintegrity.handlers.referencedObjectRemoved"
/>

-->
</configure>

0 comments on commit f333c7e

Please sign in to comment.