Skip to content

Commit

Permalink
Fix IOSHAContentSkinLayer registration
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhardt committed May 23, 2024
1 parent 7d4f094 commit ba2bc04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/osha/oira/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@
name="osha.oira.countries"
/>

<interface
interface=".interfaces.IOSHAContentSkinLayer"
type="zope.publisher.interfaces.browser.IBrowserSkinType"
name="OiRA"
/>

<browser:page
name="outdated-tools-view"
for="Products.CMFCore.interfaces.ISiteRoot"
Expand Down
4 changes: 4 additions & 0 deletions src/osha/oira/profiles/default/browserlayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
name="osha.oira"
interface="osha.oira.interfaces.IProductLayer"
/>
<layer
name="osha.oira.content"
interface="osha.oira.interfaces.IOSHAContentSkinLayer"
/>
</layers>

0 comments on commit ba2bc04

Please sign in to comment.