mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 08:28:56 +08:00
Fix navbar not translating
This commit is contained in:
parent
df9cb8356b
commit
573e3676f4
4 changed files with 4 additions and 2 deletions
|
@ -1025,6 +1025,7 @@ class User extends Person implements EmailInterface
|
|||
$cacheManager = new CacheManager();
|
||||
$cacheManager->markAsNeedsUpdate('app-metadata-navigation-'.$this->id);
|
||||
$cacheManager->markAsNeedsUpdate('app-metadata-user-preferences-'.$this->id);
|
||||
$cacheManager->markAsNeedsUpdate('app-metadata-language-strings-'.$_POST['language'] ?? $_SESSION['authenticated_user_language']);
|
||||
$cacheManager->markAsNeedsUpdate('app-metadata-theme-images');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue