Skip to content

Commit

Permalink
hide shop dependency packages from addon controlpanel. they install a…
Browse files Browse the repository at this point in the history
…nd uninstall now autmatically with this package
  • Loading branch information
petschki committed Apr 17, 2024
1 parent 6a99d0b commit 2cac7c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/bda/plone/shop/setuphandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,11 @@ def getNonInstallableProfiles(self):

def getNonInstallableProducts(self):
"""Hide the upgrades package from site-creation and quickinstaller."""
return ["bda.plone.shop.upgrades"]
return [
"bda.plone.cart",
"bda.plone.checkout",
"bda.plone.discount",
"bda.plone.orders",
"bda.plone.payment",
"bda.plone.shop.upgrades",
]

0 comments on commit 2cac7c8

Please sign in to comment.