You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
I use raptus.multilanguagefields and raptus.multilanguageplone. However, I would like to deinstall it, but then all fields except the id are suddenly empty. I would have assumed that the fields would be filled by the default language (in my case german).
How can one revert a raptus.multilanguagefields and raptus.multilanguageplone installation? I am happy to get a single language site back afterwards. I looked at the migrate script - there is an original language in there:
original = field.get(obj, lang='original')
Would it be the way to go and write something like a revert_migration script using this original language? Or what else would be the best approach to revert an installation?