Adding Localization should migrate fields to defaultLocale instead of dropping them #5660
janus-reith
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
need this too. currenlty using mongodb, after adding a locale i can fetch the original data by passing in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currrently, when adding localization, fields that now don't match the schema anymore will be dropped (Although there is a warning and it asks for confirmation).
I think it could highly increase DX to offer migrating the current values to the specifed default locale.
Not sure how complicated it is too hook into the current migration logic though.
Beta Was this translation helpful? Give feedback.
All reactions