Skip to content

Commit

Permalink
uninstall profile compatible with plone4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Pablo Giménez committed Apr 5, 2013
1 parent 795dc32 commit 192c069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/collective/cover/profiles/uninstall/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
<registry>
<record name="collective.cover.controlpanel.ICoverSettings.layouts" remove="true" />
<record name="collective.cover.controlpanel.ICoverSettings.searchable_content_types" remove="true"/>
<!-- XXX: compatibility with plone <= 4.2 -->
<record name="collective.cover.controlpanel.ICoverSettings.layouts" delete="true" />
<record name="collective.cover.controlpanel.ICoverSettings.searchable_content_types" delete="true"/>
</registry>

1 comment on commit 192c069

@hvelarde
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should leave delete=true only; it is deprecated, but it works on Plone 4.3.

Please sign in to comment.