Skip to content

Commit

Permalink
Merge pull request #121 from plone/gforcada-patch-1
Browse files Browse the repository at this point in the history
Hide `to1000` profile
  • Loading branch information
davisagli authored Feb 27, 2024
2 parents 9b163fe + f33f833 commit a40d47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/+ignore.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hide the `to1000` from the advanced view to create a new plone Site
[gforcada]
1 change: 1 addition & 0 deletions plone/app/iterate/setuphandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def getNonInstallableProfiles(self):
return [
"plone.app.iterate:uninstall",
"plone.app.iterate:plone.app.iterate",
"plone.app.iterate:to1000",
]


Expand Down

0 comments on commit a40d47f

Please sign in to comment.