Wrong generated type for localized text fields #3240
qbeauperin
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
The only solution I would support on this is to have a I'm converting this to a discussion as it isn't simply a bug. If anyone can think of another solution, we have a similar problem around the Thanks @qbeauperin! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Link to reproduction
Payload > 1.15.0
To Reproduce
generate:types
Describe the Bug
Take the following config:
It is currently generating the following types:
Which does not work when querying with
locale: 'all'
, eg:I would expect them to be something more like:
Payload Version
1.15.0
Beta Was this translation helpful? Give feedback.
All reactions