collective / collective.folderishtypes

Provides folderish types as a replacement for some ATContentTypes
2 stars 1 forks source link

migrate existent content #13

Open marclava opened 3 years ago

marclava commented 3 years ago

I need to migrate all existing "Events" and "News Item" objects to folderish objects. How??

pbauer commented 3 years ago

See https://github.com/plone/plone.app.contenttypes#changing-the-base-class-for-existing-objects

marclava commented 3 years ago

I saw, but @@base_class_migrator_form does not show on (my) 5.2.3 Plone instance. Also, "plone.app.contenttypes.migration.dxmigration.migrate_base_class_to_new_class" requires Products.contentmigration and Products.Archetypes.