Skip to content

Commit

Permalink
Revert "hide shop dependency packages from addon controlpanel. they i…
Browse files Browse the repository at this point in the history
…nstall and uninstall now autmatically with this package"

This reverts commit 2cac7c8.
  • Loading branch information
petschki committed Apr 17, 2024
1 parent 4e5ff9b commit 9f04bdd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/bda/plone/shop/setuphandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,4 @@ def getNonInstallableProfiles(self):

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

0 comments on commit 9f04bdd

Please sign in to comment.