Skip to content

Commit

Permalink
#128 - Dexterity-based content types only
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Sep 9, 2017
1 parent 9c00f76 commit 87edb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sc/social/like/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
/>

<subscriber
zcml:condition="installed plone.app.dexterity"
zcml:condition="installed plone.app.contenttypes"
for="plone.dexterity.interfaces.IDexterityContent
Products.DCWorkflow.interfaces.IAfterTransitionEvent"
handler=".subscribers.social_content_check_workflow"
/>

<subscriber
zcml:condition="installed plone.app.dexterity"
zcml:condition="installed plone.app.contenttypes"
for="plone.dexterity.interfaces.IDexterityContent
plone.dexterity.interfaces.IEditFinishedEvent"
handler=".subscribers.social_content_check"
Expand Down

0 comments on commit 87edb18

Please sign in to comment.