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 active language file value #3004

Merged
merged 1 commit into from
Aug 8, 2022
Merged

Conversation

tadhgboyle
Copy link
Member

Previously the _activeLanguageFile value would not be the exact language json path, instead it would replace the language short code with __lng__.json.
This caused issues on the email message editing page, since it could not find files named custom/languages/__lng__.json, etc.

This PR fixes this by setting the value to the actual path of the active language.

@tadhgboyle tadhgboyle added the bug label Aug 8, 2022
@tadhgboyle tadhgboyle added this to the 2.0.x milestone Aug 8, 2022
@tadhgboyle tadhgboyle merged commit 8dba3c3 into release/2.0.2 Aug 8, 2022
@tadhgboyle tadhgboyle deleted the fix/language-active-file branch August 8, 2022 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants