PLT-3254 Javascript error and can't login with Spanish Client language (#3298)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
eefde7d7b6
Коммит
6f490b49c2
@@ -104,7 +104,7 @@ class UserStoreClass extends EventEmitter {
|
||||
this.currentUserId = user.id;
|
||||
global.window.mm_current_user_id = this.currentUserId;
|
||||
if (LocalizationStore.getLocale() !== user.locale) {
|
||||
GlobalActions.newLocalizationSelected(user.locale);
|
||||
setTimeout(() => GlobalActions.newLocalizationSelected(user.locale), 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user