Message queue not loading when translations are missing #5272
Labels
Configuration
Affects the Admin app
Priority: 3 - Low
Can be bumped from the release
Type: Bug
Fix something that isn't working as intended
When loading Admin's message queue, we try to load all languages in Angular before generating messages. We do that by iterating over all languages and issuing a call to Angular Translate, which effectively loads the language.
If the key we are trying to translate doesn't exist, Angular Translate throws an error and, as a result, the message queue does not load.
Discovered after translations failed to be updated by an upgrade (#5271).
The text was updated successfully, but these errors were encountered: