Skip to content

Commit

Permalink
used zcml condition for translations to appear when the product is
Browse files Browse the repository at this point in the history
installed
  • Loading branch information
Lunga001 committed Oct 15, 2024
1 parent 9399dde commit 07065bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bika/aquaculture/browser/listingview/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,11 @@
provides="senaite.app.listing.interfaces.IListingViewAdapter"
factory=".methodfolder.MethodsListingViewAdapter"/>

<!-- Samples list -->
<subscriber
for="senaite.core.browser.samples.view.SamplesView
zope.interface.Interface"
provides="senaite.app.listing.interfaces.IListingViewAdapter"
factory=".samples.SamplesListingViewAdapter"/>

</configure>

0 comments on commit 07065bc

Please sign in to comment.