From 9742bbfaced49434e663aca84bdcaca75de0c3e2 Mon Sep 17 00:00:00 2001 From: szakitibi Date: Fri, 9 Jun 2023 17:54:05 +0200 Subject: [PATCH 1/4] remove `default=[]` for @@base_class_migrator_form --- plone/app/contenttypes/browser/migration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plone/app/contenttypes/browser/migration.py b/plone/app/contenttypes/browser/migration.py index 61354f40..35767878 100644 --- a/plone/app/contenttypes/browser/migration.py +++ b/plone/app/contenttypes/browser/migration.py @@ -44,7 +44,6 @@ class IBaseClassMigratorForm(Interface): value_type=schema.Choice( vocabulary="plone.app.contenttypes.migration.changed_base_classes", ), - default=[], required=True, ) From a627441c24a188797374a58a3120f05dd24beae8 Mon Sep 17 00:00:00 2001 From: szakitibi Date: Fri, 9 Jun 2023 17:59:50 +0200 Subject: [PATCH 2/4] add changenote --- news/667.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/667.bugfix diff --git a/news/667.bugfix b/news/667.bugfix new file mode 100644 index 00000000..668aae50 --- /dev/null +++ b/news/667.bugfix @@ -0,0 +1,2 @@ +remove unecessary `default=[]` in IBaseClassMigratorForm +[szakitibi] \ No newline at end of file From 0d7f831a1dbd598405f900ddc3bdfef04c69eeda Mon Sep 17 00:00:00 2001 From: szakitibi Date: Wed, 13 Mar 2024 11:27:58 +0100 Subject: [PATCH 3/4] Create 61.bugfix --- news/61.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/61.bugfix diff --git a/news/61.bugfix b/news/61.bugfix new file mode 100644 index 00000000..72085865 --- /dev/null +++ b/news/61.bugfix @@ -0,0 +1,2 @@ +- Check if "dropdown" needed for menu items + [szakitibi] From ae1afde78db6ea22c49fa1d3cb2a5332418530db Mon Sep 17 00:00:00 2001 From: szakitibi Date: Wed, 13 Mar 2024 11:31:28 +0100 Subject: [PATCH 4/4] Delete news/61.bugfix --- news/61.bugfix | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 news/61.bugfix diff --git a/news/61.bugfix b/news/61.bugfix deleted file mode 100644 index 72085865..00000000 --- a/news/61.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -- Check if "dropdown" needed for menu items - [szakitibi]