Skip to content
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

Consecutive LocalizedString fields breaking the editor #2530

Open
mtszkarbowiak opened this issue May 1, 2024 · 0 comments
Open

Consecutive LocalizedString fields breaking the editor #2530

mtszkarbowiak opened this issue May 1, 2024 · 0 comments
Labels
bug Something isn't working editor
Milestone

Comments

@mtszkarbowiak
Copy link
Contributor

Issue description:

Declaring 2 LocalizedString API fields breaks the editor.

Steps to reproduce:

Declare JSON asset with 2 LocalizedStrings in a row.

API_FIELD()
LocalizedString Name;

API_FIELD()
LocalizedString Description;

image

Fortunately, if something is put between, the bug is not triggered.

API_FIELD()
LocalizedString Name;

API_FIELD()
int32 EloSiema;

API_FIELD()
LocalizedString Description;

image

Flax version:

1.7.2

@Tryibion Tryibion added bug Something isn't working editor labels May 1, 2024
@mafiesto4 mafiesto4 added this to the 1.9 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working editor
Projects
None yet
Development

No branches or pull requests

3 participants