Skip to content

Commit

Permalink
Register utility
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada authored Nov 8, 2016
1 parent 4034e65 commit 04b07d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plone/app/iterate/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@
handler="plone.app.iterate.util.upgrade_by_reinstall"
/>

<!-- Policy and behavior for basic objects -->
<utility
name="plone.app.iterate"
factory=".profiles.HiddenProfiles"
/>

<!-- Policy and behavior for basic objects -->
<class class="Products.Archetypes.BaseObject.BaseObject">
<implements interface=".interfaces.IIterateAware" />
</class>
Expand Down

0 comments on commit 04b07d4

Please sign in to comment.