-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'dx_News Item__for__NewsItem' in @@custom_migration #305
Comments
This is how I got it to work: I'm sure it's horrible, but hopefully it will save you some time. |
I'm waiting for @rockfruit to fix his pull-request #284. That fixes this issue. |
I gave up on waiting and backported it myself. Fixed. |
Plone 5.0.10 , python 2.7.18. trying to migrate to plone 5.2... |
…m request; added changelog in news to refer to the issue plone#305.
…m request; added changelog in news to refer to the issue plone#305.
I'm using 1.1b6 on Plone 4.3.7.
https://github.com/plone/plone.app.contenttypes/blob/1.1b6/plone/app/contenttypes/migration/custom_migration.py#L241
It seems that
safe_dx
is not that safe, after all. Indeed:The text was updated successfully, but these errors were encountered: