Skip to content

Commit

Permalink
Import ILinkSchema on upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
esteele committed Sep 18, 2015
1 parent 48dda7a commit 2728e67
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions plone/app/upgrade/v50/profiles/to_rc3/registry.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0"?>
<registry>
<records prefix="plone.resources/resource-plone-app-discussion-stylesheets"
<records interface="Products.CMFPlone.interfaces.ISiteSchema"
prefix="plone" />
<records interface="Products.CMFPlone.interfaces.ILinkSchema"
prefix="plone" />
<records prefix="plone.resources/resource-plone-app-discussion-stylesheets"
interface='Products.CMFPlone.interfaces.IResourceRegistry'
remove="True">
</records>
</registry>
</records>
</registry>

0 comments on commit 2728e67

Please sign in to comment.