Skip to content

Commit

Permalink
Fix registration wrongly removed without archetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Oct 2, 2018
1 parent 24b4934 commit 2ffabb9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Products/CMFEditions/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
Products.Archetypes.interfaces.IObjectEditedEvent"
handler=".subscriber.objectEdited" />

<subscriber for="*
zope.lifecycleevent.interfaces.IObjectRemovedEvent"
handler=".subscriber.object_removed" />
</configure>

<subscriber for="*
zope.lifecycleevent.interfaces.IObjectRemovedEvent"
handler=".subscriber.object_removed" />

</configure>

0 comments on commit 2ffabb9

Please sign in to comment.