From c9620449ec09a7ad1eba4e97da67420d33a559ea Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Mon, 26 Feb 2024 12:10:10 +0100 Subject: [PATCH 1/2] Hide `to1000` profile Otherwise it is shown when creating a new Plone Classic UI site on the advanced view --- plone/app/iterate/setuphandlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plone/app/iterate/setuphandlers.py b/plone/app/iterate/setuphandlers.py index f69a2fa..ba71cc0 100644 --- a/plone/app/iterate/setuphandlers.py +++ b/plone/app/iterate/setuphandlers.py @@ -14,6 +14,7 @@ def getNonInstallableProfiles(self): return [ "plone.app.iterate:uninstall", "plone.app.iterate:plone.app.iterate", + "plone.app.iterate:to1000", ] From f33f833cf88ce2015b49b3c4432fe75bcc78ae89 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Mon, 26 Feb 2024 12:11:11 +0100 Subject: [PATCH 2/2] Add news entry --- news/+ignore.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/+ignore.bugfix diff --git a/news/+ignore.bugfix b/news/+ignore.bugfix new file mode 100644 index 0000000..cc3f890 --- /dev/null +++ b/news/+ignore.bugfix @@ -0,0 +1,2 @@ +Hide the `to1000` from the advanced view to create a new plone Site +[gforcada]