Skip to content

Commit

Permalink
fix(preferences(js)): don't save locale definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Aug 9, 2021
1 parent 3cc29b4 commit e140bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UI/WebServerResources/js/Preferences/Preferences.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,9 @@
}
});

// Don't push locale definition
delete preferences.defaults.locale;

// Merge back mail labels keys and values
preferences.defaults.SOGoMailLabelsColors = {};
_.forEach(preferences.defaults.SOGoMailLabelsColorsKeys, function(key, i) {
Expand Down

0 comments on commit e140bd0

Please sign in to comment.