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

Fix: error when updating a model after having enabled a new language in the config #2487

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

Tofandel
Copy link
Contributor

Description

If you create a model, then add a new language in the translatable config and try to save this save model you will get an error Cannot set property 'active' on null because it's trying to get a translation that doesn't yet exist

This PR fixes this issue

…in the config

## Description

If you create a model, then add a new language in the translatable config and try to save this save model you will get an error `Cannot set property 'active' on null` because it's trying to get a translation that doesn't yet exist

This PR fixes this issue
@ifox ifox merged commit e87ce60 into area17:3.x Feb 27, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants